Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether instances of this annotation should always have a name.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property NameMandatory As Boolean
'Usage
Dim instance As AnnotationClass
Dim value As Boolean
value = instance.NameMandatory
public bool NameMandatory { get; }
public:
property bool NameMandatory {
bool get ();
}
public function get NameMandatory () : boolean
Property Value
Type: System.Boolean
Returns True if instances of this annotation should always have a name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.