ISchemaFieldTypeProperty Method
|
Retrieves an exclusive property of the field type by its name.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldTypeProperty Property(
string name
)
Function Property (
name As String
) As ISchemaFieldTypeProperty
ISchemaFieldTypeProperty^ Property(
String^ name
)
abstract Property :
name : string -> ISchemaFieldTypeProperty
Parameters
- name
- Type: SystemString
Name of exclusive property for this field type
Return Value
Type:
ISchemaFieldTypePropertyExclusive property with matching name. Returns null if the property doesn't exist for this field type.
See Also