XdsObjects Help file
XdsObjects Namespace / XdsAssociation Class / SubmissionSetStatus Property



In This Topic
    SubmissionSetStatus Property (XdsAssociation)
    In This Topic
    Indicates whether a document is being included as "new" or by reference to an existing document
    Syntax
    Public Property SubmissionSetStatus As String
    Dim instance As XdsAssociation
    Dim value As String
     
    instance.SubmissionSetStatus = value
     
    value = instance.SubmissionSetStatus
    public string SubmissionSetStatus {get; set;}
    public:
    property String^ SubmissionSetStatus {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This is handled automatically by XdsObjects when acting as a source, but a registry will need to see and store this value. It is set to "Reference" if the document is included by reference.
    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