OAuthS2SSecurityConfiguration.AlternateAllowedHostname プロパティ

 

名前空間:   Microsoft.Workflow.Client.Security
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

構文

[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

プロパティ値

Type: System.String

関連項目

OAuthS2SSecurityConfiguration クラス
Microsoft.Workflow.Client.Security 名前空間

トップに戻る