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