[]
Checks if the specified name is one of the common scope custom names of this data model and returns the name of the custom name in the data model.
public string CheckName(string name)
Public Function CheckName(name As String) As String
Type | Name | Description |
---|---|---|
string | name | The specified name |
Type | Description |
---|---|
string | The name of the custom name in the data model if the specified name is a common scope custom name in this data model; otherwise, returns null. |