Proprietà OAuthS2SCredential.OnBehalfOf

 

Ottiene o imposta il valore dell'identità dell'utente delegato.

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

Sintassi

public string OnBehalfOf {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ OnBehalfOf {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member OnBehalfOf : string with get, set
Public Property OnBehalfOf As String

Valore proprietà

Type: System.String

Valore dell'identità dell'utente delegato.

Vedere anche

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

Torna all'inizio