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 or sets the collection of association identifiers (IDs).
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AssociationIds As UInteger()
Get
Set
'Usage
Dim instance As AssociationGroupStruct
Dim value As UInteger()
value = instance.AssociationIds
instance.AssociationIds = value
public uint[] AssociationIds { get; set; }
Property Value
Type: []
The collection of association IDs.