InsertStatusValueRequest.Value Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the value for the new status. Optional.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Nullable<int> Value { get; set; }
Public Property Value As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
Type: Nullable<Int32>
the value for the new status. Optional.
Remarks
Passing a null value is recommended. If a null value is passed the system will generate a new value. The new value will include the option value prefix that will help make the value more unique and facilitate correct merging of custom options.
See Also
InsertStatusValueRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Merge option set options
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright