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

Gets or sets the identifier represented by this type descriptor.

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

语法

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

value = instance.Identifier

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

属性值

An identifier object.

备注

If this TypeDecsriptor describes an input parameter of a SpecificFinder, the parameter will be populated with the identifier's value when you call FindSpecific.

If this TypeDescriptor describes an output parameter or a Finder or SpecificFinder, the value of the parameter will be included in the identifier values collection of returned entity instances when you call FindFiltered or FindSpecific.

另请参阅

参考

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