CreateInstanceRequest.Count Property

 

Applies To: Dynamics CRM 2015

Gets or sets the number of instances to be created. Required.

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

Syntax

public int Count { get; set; }
public:
property int Count {
    int get();
    void set(int value);
}
member Count : int with get, set
Public Property Count As Integer

Property Value

Type: System.Int32

Type: Int32
The number of instances to be created.

See Also

CreateInstanceRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright