OrganizationProfile.Item 属性
请注意:此 API 现在已过时。
返回该组织指定的属性的属性值。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<ObsoleteAttribute("This class is no longer supported.")> _
Public ReadOnly Default Property Item ( _
propName As String _
) As OrganizationProfileValueCollection
Get
用法
Dim instance As OrganizationProfile
Dim propName As String
Dim value As OrganizationProfileValueCollection
value = instance(propName)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationProfileValueCollection this[
string propName
] { get; }
参数
- propName
类型:System.String
属性值
类型:Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection