IExecutionContext.BusinessUnitId Property
Applies To: Dynamics CRM 2015
Gets the GUIDGUID of the business unit that the user making the request, also known as the calling user, belongs to.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
Guid BusinessUnitId { get; }
property Guid BusinessUnitId {
Guid get();
}
abstract BusinessUnitId : Guid with get
ReadOnly Property BusinessUnitId As Guid
Property Value
Type: System.Guid
Type: Guid
The GUID of the business unit. This property corresponds to the BusinessUnitId property, which is the primary key for the BusinessUnit entity.
See Also
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
BusinessUnit entity
Return to top
© 2016 Microsoft. All rights reserved. Copyright