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