Bridge

DecimalConstantAttribute..::..Value Property

Gets the decimal constant stored in this attribute.

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public decimal Value { get; }
Public ReadOnly Property Value As Decimal
	Get
public:
property Decimal^ Value {
	Decimal^ get ();
}

Return Value

The decimal constant stored in this attribute.