Attribute.CreateAttribute (ServerID, String, AttributeType, String, Boolean, IDatabase) Method
Public Shared Function CreateAttribute( _
ByVal server_id As ServerID, _
ByVal name As String, _
ByVal type As AttributeType, _
ByVal description As String, _
ByVal is_custom_attribute As Boolean, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
Parameters
- server_id
- ServerID
the server details
- name
- string
the name of the attribute
- type
- AttributeType
the type of attribute
- description
- string
the description
- is_custom_attribute
- bool
- db
- IDatabase
the db connection to use
Return Value
EntityIDthe created id