Condividi tramite


Proprietà DeploymentType

Gets or sets the type of this package.

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
Public Property DeploymentType As DeploymentType
    Get
    Set
'Utilizzo
Dim instance As PackageSettings
Dim value As DeploymentType

value = instance.DeploymentType

instance.DeploymentType = value
public DeploymentType DeploymentType { get; set; }
public:
property DeploymentType DeploymentType {
    DeploymentType get ();
    void set (DeploymentType value);
}
member DeploymentType : DeploymentType with get, set
function get DeploymentType () : DeploymentType
function set DeploymentType (value : DeploymentType)