AssociationStruct class

Represents an Association structure.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.SharedService.MetadataObjectStruct
    Microsoft.SharePoint.BusinessData.SharedService.MethodInstanceStruct
      Microsoft.SharePoint.BusinessData.SharedService.AssociationStruct

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<KnownTypeAttribute(GetType(MethodInstanceStruct))> _
<DataContractAttribute(Name := "AssociationStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class AssociationStruct _
    Inherits MethodInstanceStruct
'Usage
Dim instance As AssociationStruct
[KnownTypeAttribute(typeof(MethodInstanceStruct))]
[DataContractAttribute(Name = "AssociationStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class AssociationStruct : MethodInstanceStruct

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AssociationStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace