Feature.DefinitionId 属性

获取一个值,该值指定此功能的标识符。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public ReadOnly Property DefinitionId As Guid
    Get
用法
Dim instance As Feature
Dim value As Guid

value = instance.DefinitionId
public Guid DefinitionId { get; }

属性值

类型:System.Guid
返回表示此功能的标识符Guid实例。

备注

它不能空引用(无 在 Visual Basic 中)。

另请参阅

引用

Feature 类

Feature 成员

Microsoft.SharePoint.Client 命名空间