Share via


OrganizationResources.MaxNumberOfPublishedWorkflows Property

 

Applies To: Dynamics CRM 2015

Gets the maximum number of published workflows.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public int MaxNumberOfPublishedWorkflows { get; set; }
public:
[DataMemberAttribute]
property int MaxNumberOfPublishedWorkflows {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member MaxNumberOfPublishedWorkflows : int with get, set
<DataMemberAttribute>
Public Property MaxNumberOfPublishedWorkflows As Integer

Property Value

Type: System.Int32

Type: Int32
The maximum number of published workflows.

See Also

OrganizationResources Class
Microsoft.Crm.Sdk.Messages Namespace
Write workflows to automate business processes

Return to top

© 2016 Microsoft. All rights reserved. Copyright