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
<DataContractAttribute(Name := "AssociationStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<KnownTypeAttribute(GetType(MethodInstanceStruct))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class AssociationStruct _
Inherits MethodInstanceStruct
'Usage
Dim instance As AssociationStruct
[DataContractAttribute(Name = "AssociationStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[KnownTypeAttribute(typeof(MethodInstanceStruct))]
[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.