Proprietà OAuthS2SSecurityConfiguration.AlternateAllowedHostname

 

Spazio dei nomi:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

[DataMemberAttribute(EmitDefaultValue = false)]
public string AlternateAllowedHostname {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ AlternateAllowedHostname {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AlternateAllowedHostname : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property AlternateAllowedHostname As String

Valore proprietà

Type: System.String

Vedere anche

Classe OAuthS2SSecurityConfiguration
Spazio dei nomi Microsoft.Workflow.Client.Security

Torna all'inizio