Share via


ClientPermissions.ClientPrincipalId Property

 

Gets or sets the principal identity of the client.

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

Syntax

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

Property Value

Type: System.String

The configured principal identity of the client.

See Also

ClientPermissions Class
Microsoft.Workflow.Client.Security Namespace

Return to top