Ontolica for SharePoint Public API

OntolicaProperty.Type Property

Gets the property type.

[Visual Basic]
Public ReadOnly Property Type As OntolicaPropertyType
[C#]
public OntolicaPropertyType Type {get;}

Property Value

A OntolicaPropertyType object that represents the type of the current property.

Remarks

Use the Type property to determine the format of the property. User agents can use it to displat a property form control, e.g. a checkbox for a Boolean type, a text input field with number validation for numeric types, etc.

See Also

OntolicaProperty Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace