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 IsoPath { get; set; }<DataMemberAttribute>
Public Property IsoPath As String
Get
Set
public:
[DataMemberAttribute]
property String^ IsoPath {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member IsoPath : string with get, set
function get IsoPath () : String
function set IsoPath (value : String)
Property Value
Type:
String
See Also