NewPersonalTemplateIcon 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 byte[] Icon { get; set; }
<DataMemberAttribute>
Public Property Icon As Byte()
Get
Set
public:
[DataMemberAttribute]
property array<unsigned char>^ Icon {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<DataMemberAttribute>]
member Icon : byte[] with get, set
function get Icon () : byte[]
function set Icon (value : byte[])
Property Value
Type:
ByteSee Also