CustomPropertyMatchInformation.CustomPropertyValue property
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Property CustomPropertyValue As String
Get
Set
'Usage
Dim instance As CustomPropertyMatchInformation
Dim value As String
value = instance.CustomPropertyValue
instance.CustomPropertyValue = value
public string CustomPropertyValue { get; set; }
Property value
Type: System.String
See also
Reference
CustomPropertyMatchInformation class