InsertStatusValueRequest.Value Property

 

Applies To: Dynamics CRM 2015

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 Nullable<int> Value {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Value : Nullable<int> with 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

© 2016 Microsoft. All rights reserved. Copyright