OrganizationProfileManager.GetProfile 方法
请注意:此 API 现在已过时。
返回与指定的记录标识符组织配置文件为ProfileBase。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Function GetProfile ( _
recordId As Long _
) As ProfileBase
用法
Dim instance As OrganizationProfileManager
Dim recordId As Long
Dim returnValue As ProfileBase
returnValue = instance.GetProfile(recordId)
[ObsoleteAttribute("This class is no longer supported.")]
public override ProfileBase GetProfile(
long recordId
)
参数
- recordId
类型:System.Int64
返回值
类型:Microsoft.Office.Server.UserProfiles.ProfileBase