AssociationGroupStruct.AssociationIds Property
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.