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