XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / Structured Property



In This Topic
    Structured Property
    In This Topic
    Records wehether the associations in the submissionset were interpretted at the time of receipt
    Syntax
    Public Property Structured As Boolean
    Dim instance As XdsSubmissionSet
    Dim value As Boolean
     
    instance.Structured = value
     
    value = instance.Structured
    public bool Structured {get; set;}
    public:
    property bool Structured {
       bool get();
       void set (    bool value);
    }
    Remarks

    This records the value of StructureIncomingSubmissionSet at the time of receipt, and therefore controls whether new associations are auto-generated if/when the submissionset is re-sent.

    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