Compartilhar via


Propriedade do RDL PackageSettings.AssemblyVersion

Gets the version of the assembly that created the package.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
Public ReadOnly Property AssemblyVersion As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

PackageSettings Classe

Namespace Microsoft.MasterDataServices.Deployment