ClientPermissions.Permissions Property

Gets or sets the scope permissions granted to the client.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Permissions As ScopePermissions 
    Get 
    Set
'Usage
Dim instance As ClientPermissions 
Dim value As ScopePermissions 

value = instance.Permissions

instance.Permissions = value
[DataMemberAttribute(EmitDefaultValue = false)]
public ScopePermissions Permissions { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property ScopePermissions Permissions {
    ScopePermissions get ();
    void set (ScopePermissions value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Permissions : ScopePermissions with get, set
function get Permissions () : ScopePermissions 
function set Permissions (value : ScopePermissions)

Property Value

Type: Microsoft.Workflow.Client.Security.ScopePermissions
The scope permissions granted to the client.

See Also

Reference

ClientPermissions Class

Microsoft.Workflow.Client.Security Namespace