DGenCompatibilityAttribute.AssemblyName Property

Gets the full name of the assembly as a string.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property AssemblyName As String
'Usage
Dim instance As DGenCompatibilityAttribute
Dim value As String

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

Property Value

Type: System.String

See Also

Reference

DGenCompatibilityAttribute Class

DGenCompatibilityAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace