Namespace: Semata.DataStore
Class: AttributeType
Sets the Name of the AttributeType
public void SetName(string name)
Parameters
| Type | Name | Description |
| string | name | Name of the AttributeType |
Returns: void
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
| HResult | Message |
| 0x3905 | AssociationType with this name exists |
| 0x3904 | AttributeType with this name exists |