VbAssemblyVersionComment Property

Looks up a localized string similar to ' Version information for an assembly consists of the following four values: ' ' Major Version ' Minor Version ' Build Number ' Revision ' ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below:.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property VbAssemblyVersionComment As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.VbAssemblyVersionComment
public static string VbAssemblyVersionComment { get; }
public:
static property String^ VbAssemblyVersionComment {
    String^ get ();
}
static member VbAssemblyVersionComment : string
static function get VbAssemblyVersionComment () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace