SchemaBuilder.SetSchemaName
Description:
Sets the name of the Schema.
Sets the name of the Schema.
Remarks:
The name is a user-friendly identifier of the Schema. GUIDs are used exclusively for Schema identity, but the name is useful to identify the Schema during development or in an error message. This field is required.
The name is a user-friendly identifier of the Schema. GUIDs are used exclusively for Schema identity, but the name is useful to identify the Schema during development or in an error message. This field is required.
public SchemaBuilder SetSchemaName(
string schemaName
)
-
StringschemaNameThe name for the Schema.
-
The parameter schemaName is not acceptable for naming Extensible Storage objects.
-
A non-optional argument was null
-
The SchemaBuilder has already finished building the Schema.