Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the source entities in an association.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property SourceEntities As EntityCollection
Get
'Usage
Dim instance As Association
Dim value As EntityCollection
value = instance.SourceEntities
public EntityCollection SourceEntities { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.EntityCollection
An EntityCollection object.
Remarks
An association can have multiple source entities.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace