SetRenameSharedStorageRequestSharedStorageName Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string SharedStorageName { get; set; }<DataMemberAttribute>
Public Property SharedStorageName As String
Get
Set
public:
[DataMemberAttribute]
property String^ SharedStorageName {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member SharedStorageName : string with get, set
function get SharedStorageName () : String
function set SharedStorageName (value : String)
Property Value
Type:
String
See Also