SharedStorageIQNStatus Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities.SharedStorage
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public SharedStorageStatus Status { get; set; }<DataMemberAttribute>
Public Property Status As SharedStorageStatus
Get
Set
public:
[DataMemberAttribute]
property SharedStorageStatus Status {
SharedStorageStatus get ();
void set (SharedStorageStatus value);
}[<DataMemberAttribute>]
member Status : SharedStorageStatus with get, set
function get Status () : SharedStorageStatus
function set Status (value : SharedStorageStatus)
Property Value
Type:
SharedStorageStatus
See Also