Identifier.Type 属性 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Sets or gets the type of the identifier.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property Type As Type
用法
Dim instance As Identifier
Dim value As Type

value = instance.Type

instance.Type = value
public Type Type { get; set; }

属性值

The .NET Type.

备注

Type cannot be a custom type. GUIDs are supported.

另请参阅

参考

Identifier 类
Identifier 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间