PropertyInformation.Type 属性
获取属性数据类型。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property Type As Type
Get
Private Set
用法
Dim instance As PropertyInformation
Dim value As Type
value = instance.Type
public Type Type { get; private set; }
属性值
类型:System.Type
一个表示此托管的属性类型的类型System.Type的对象。