CrmServiceClient.CallerAADObjectId Property

Definition

Gets or Sets the AAD Object ID of the caller. This is supported for Xrm 8.1 + only

public:
 property Nullable<Guid> CallerAADObjectId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? CallerAADObjectId { get; set; }
member this.CallerAADObjectId : Nullable<Guid> with get, set
Public Property CallerAADObjectId As Nullable(Of Guid)

Property Value

Applies to