DeploymentAdministrator Class

Definition

Contains information about a deployment administrator in a Microsoft Dynamics 365 deployment.

public ref class DeploymentAdministrator : Microsoft::Xrm::Sdk::Deployment::DeploymentEntity
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeploymentAdministrator", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class DeploymentAdministrator : Microsoft.Xrm.Sdk.Deployment.DeploymentEntity
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeploymentAdministrator", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DeploymentAdministrator = class
    inherit DeploymentEntity
Public Class DeploymentAdministrator
Inherits DeploymentEntity
Inheritance
DeploymentAdministrator
Attributes

Remarks

There can be multiple deployment administrators per deployment. You can also use Windows PowerShell to access the deployment administrator information.

Constructors

DeploymentAdministrator()

Initializes a new instance of the DeploymentAdministrator class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
Id

Gets the ID of the deployment administrator.

Name

Gets or sets the domain name and user ID of the deployment administrator.

Applies to