Ontolica for SharePoint Public API

OntolicaPropertyInstance Constructor 

Initializes a new instance of the OntolicaPropertyInstance class with the specified property and property value.

[Visual Basic]
Public Sub New( _
   ByVal property As OntolicaProperty, _
   ByVal propertyValue As OntolicaPropertyValue _
)
[C#]
public OntolicaPropertyInstance(
   OntolicaProperty property,
   OntolicaPropertyValue propertyValue
);

Parameters

property
The OntolicaProperty that the instance should represent.
propertyValue
The property value represented by an OntolicaPropertyValue object.

Remarks

Missing <remarks> documentation for M:NavigoSystems.Ontolica.SharePoint.Custom.OntolicaPropertyInstance.#ctor(NavigoSystems.Ontolica.SharePoint.Custom.OntolicaProperty,NavigoSystems.Ontolica.SharePoint.Custom.OntolicaPropertyValue)

See Also

OntolicaPropertyInstance Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace