Amount
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public float Amount { get; set; }
public float Amount { get; set; }
Public Property Amount As Single
Get
Set
Public Property Amount As Single
Get
Set
public:
property float Amount {
float get ();
void set (float value);
}
public:
property float Amount {
float get ();
void set (float value);
}
member Amount : float32 with get, set
member Amount : float32 with get, set