XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / Associations Property



In This Topic
    Associations Property
    In This Topic
    The set of Associations in this submission set
    Syntax
    Public Property Associations As List(Of XdsAssociation)
    Dim instance As XdsSubmissionSet
    Dim value As List(Of XdsAssociation)
     
    instance.Associations = value
     
    value = instance.Associations
    public List<XdsAssociation> Associations {get; set;}
    public:
    property List<XdsAssociation^>^ Associations {
       List<XdsAssociation^>^ get();
       void set (    List<XdsAssociation^>^ value);
    }
    Remarks
    If XdsBaseServer.StructureIncomingSubmissionSet is true, then any associations received in incoming data are "consumed" internally and this collection will be empty, but if XdsBaseServer.StructureIncomingSubmissionSet is false, then any associations received will be placed into this collection "as received", including those that merely link other associations to the SubmissionSet
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also