Money.Value Property

Definition

Gets or sets the value of the attribute.

public:
 property System::Decimal Value { System::Decimal get(); void set(System::Decimal value); };
[System.Runtime.Serialization.DataMember]
public decimal Value { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : decimal with get, set
Public Property Value As Decimal

Property Value

The value of the attribute.

Attributes

Applies to