Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets or sets the current value.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public int Value { get; set; }
public:
[DataMemberAttribute]
property int Value {
int get();
void set(int value);
}
[<DataMemberAttribute>]
member Value : int with get, set
<DataMemberAttribute>
Public Property Value As Integer
Property Value
Type: System.Int32
Type: Int32
The current value.
See Also
OptionSetValue Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright