DeploymentAdministrator.Id Property
Applies To: Dynamics CRM 2015
Gets the ID of the deployment administrator.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public Guid Id { get; set; }
public:
[DataMemberAttribute]
property Guid Id {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member Id : Guid with get, set
<DataMemberAttribute>
Public Property Id As Guid
Property Value
Type: System.Guid
Type: Guid
The ID of the deployment administrator.
Remarks
This property is assigned a value when the record is created.
See Also
DeploymentAdministrator Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright