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