QueryProperties.PropertiesContractVersion property
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := )> _
Public Property PropertiesContractVersion As String
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As String
value = instance.PropertiesContractVersion
instance.PropertiesContractVersion = value
[DataMemberAttribute(Order = )]
public string PropertiesContractVersion { get; set; }
Property value
Type: System.String