VbAssemblyInfoComment Property
Looks up a localized string similar to ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes.
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 VbAssemblyInfoComment As String
Get
'Usage
Dim value As String
value = SqlPackageResource.VbAssemblyInfoComment
public static string VbAssemblyInfoComment { get; }
public:
static property String^ VbAssemblyInfoComment {
String^ get ();
}
static member VbAssemblyInfoComment : string
static function get VbAssemblyInfoComment () : String
Property Value
Type: System..::..String