CompanySettingsTechnicalPanelLostPasswordUrl Property
|
Url where you can retrieve lost password
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 TechnicalPanelLostPasswordUrl { get; set; }<DataMemberAttribute>
Public Property TechnicalPanelLostPasswordUrl As String
Get
Set
public:
[DataMemberAttribute]
property String^ TechnicalPanelLostPasswordUrl {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member TechnicalPanelLostPasswordUrl : string with get, set
function get TechnicalPanelLostPasswordUrl () : String
function set TechnicalPanelLostPasswordUrl (value : String)
Property Value
Type:
String
See Also