AADOAuthAuthentication.Secret Property
Optional. Gets or sets the secret.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public string Secret { get; set; }
public:
property String^ Secret {
String^ get();
void set(String^ value);
}
member Secret : string with get, set
Public Property Secret As String
Property Value
Type: System.String
See Also
AADOAuthAuthentication Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top