Partager via


Propriété PackageSettings.Version

Gets the version of the package.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Version As Integer 
    Get
'Utilisation
Dim instance As PackageSettings 
Dim value As Integer 

value = instance.Version
public int Version { get; }
public:
property int Version {
    int get ();
}
member Version : int
function get Version () : int

Valeur de propriété

Type : System.Int32
The version of the package.

Voir aussi

Référence

PackageSettings Classe

Espace de noms Microsoft.MasterDataServices.Deployment