Share via


OAuthS2SAppSettings.ApplicationId Property

 

Gets or sets Application id to use for the Scope.

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

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

Property Value

Type: System.String

Returns the Application id for the Scope.

See Also

OAuthS2SAppSettings Class
Microsoft.Workflow.Client.Security Namespace

Return to top