OrganizationProfile.Item Property
Returns the organization property values of the specified property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
propName As String _
) As OrganizationProfileValueCollection
Get
'Usage
Dim instance As OrganizationProfile
Dim propName As String
Dim value As OrganizationProfileValueCollection
value = instance(propName)
public OrganizationProfileValueCollection this[
string propName
] { get; }
Parameters
- propName
Type: System.String
Property Value
Type: Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection