Partager via


ModelElementClass.NameMandatory, propriété

Obtient une valeur qui indique si cette classe doit avoir un nom.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NameMandatory As Boolean
    Get
public bool NameMandatory { get; }
public:
property bool NameMandatory {
    bool get ();
}
member NameMandatory : bool
function get NameMandatory () : boolean

Valeur de propriété

Type : System.Boolean
true si la classe doit avoir un nom ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelElementClass Classe

Microsoft.Data.Schema.SchemaModel, espace de noms