Dela via


ElementClass.NameMandatory Property

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 ElementClass 
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

See Also

Reference

ElementClass Class

ElementClass Members

Microsoft.Data.Schema.SchemaModel Namespace