Ontolica for SharePoint Public API

OntolicaProperty.Description Property

Gets the description of the property.

[Visual Basic]
Public ReadOnly Property Description As String
[C#]
public string Description {get;}

Property Value

A string that contains the description or null if the property does not have a description.

Remarks

The Description is intended to be used by user agents to display a short description of the property.

See Also

OntolicaProperty Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace