OrganizationList.Organizations Property
Gets or sets the array of OrganizationProfile objects to be displayed.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Organizations As OrganizationProfile()
Get
Set
'Usage
Dim instance As OrganizationList
Dim value As OrganizationProfile()
value = instance.Organizations
instance.Organizations = value
public OrganizationProfile[] Organizations { get; set; }
Property Value
Type: []
The array of OrganizationProfile objects to be displayed. The default is an array of OrganizationProfile objects that represents organizations to which the current user directly belongs.