Money.Value Property

 

Applies To: Dynamics CRM 2015

Gets or sets the value of the attribute.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public decimal Value { get; set; }
public:
[DataMemberAttribute]
property Decimal Value {
    Decimal get();
    void set(Decimal value);
}
[<DataMemberAttribute>]
member Value : decimal with get, set
<DataMemberAttribute>
Public Property Value As Decimal

Property Value

Type: System.Decimal

Type: Decimal
The value of the attribute.

See Also

Money Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright