Partager via


Propriété PackageSettings.AssemblyVersion

Gets the version of the assembly that created the package.

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

Syntaxe

'Déclaration
Public ReadOnly Property AssemblyVersion As String 
    Get
'Utilisation
Dim instance As PackageSettings 
Dim value As String 

value = instance.AssemblyVersion
public string AssemblyVersion { get; }
public:
property String^ AssemblyVersion {
    String^ get ();
}
member AssemblyVersion : string
function get AssemblyVersion () : String

Valeur de propriété

Type : System.String
The version of the assembly that created the package.

Voir aussi

Référence

PackageSettings Classe

Espace de noms Microsoft.MasterDataServices.Deployment