CustomPropertyMatchInformation constructor (ClientRuntimeContext, ObjectPath)
Initializes a new instance of a CustomPropertyMatchInformation object.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New CustomPropertyMatchInformation(context, _
objectPath)
public CustomPropertyMatchInformation(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- objectPath
Type: Microsoft.SharePoint.Client.ObjectPath
See also
Reference
CustomPropertyMatchInformation class
CustomPropertyMatchInformation members