TypeInformation.Properties 属性
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.ServerRuntime(位于 Microsoft.SharePoint.Client.ServerRuntime.dll 中)
语法
声明
Public ReadOnly Property Properties As Collection(Of PropertyInformation)
Get
用法
Dim instance As TypeInformation
Dim value As Collection(Of PropertyInformation)
value = instance.Properties
public Collection<PropertyInformation> Properties { get; }
属性值
类型:System.Collections.ObjectModel.Collection<PropertyInformation>