JelasticAccountIsTrial Property
|
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool IsTrial { get; set; }<DataMemberAttribute>
Public Property IsTrial As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsTrial {
bool get ();
void set (bool value);
}[<DataMemberAttribute>]
member IsTrial : bool with get, set
function get IsTrial () : boolean
function set IsTrial (value : boolean)
Property Value
Type:
Boolean
See Also