DecimalValueXmlNode.Value Property

public decimal Value {get; set;}
This language is not supported or no code example is available.
public:  
property Decimal Value { 
Decimal get( ); 
void set( 
Decimal value 
); 
}
This language is not supported or no code example is available.
public function get Value() : decimal
public function set Value(value : decimal);
This language is not supported or no code example is available.

Property Value

decimal

In this article

Definition