Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the type of the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentType DeploymentType { get; set; }
public:
property DeploymentType DeploymentType {
DeploymentType get();
void set(DeploymentType value);
}
member DeploymentType : DeploymentType with get, set
Public Property DeploymentType As DeploymentType
Property Value
Type: Microsoft.MasterDataServices.Deployment.DeploymentType
The type of the package.
See Also
PackageSettings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top