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