XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / SubmissionTime Property



In This Topic
    SubmissionTime Property
    In This Topic
    Point in Time at the Document Source when the Submission Set was created and issued for registration to the Document Registry
    Syntax
    Public Property SubmissionTime As Date
    Dim instance As XdsSubmissionSet
    Dim value As Date
     
    instance.SubmissionTime = value
     
    value = instance.SubmissionTime
    public DateTime SubmissionTime {get; set;}
    public:
    property DateTime SubmissionTime {
       DateTime get();
       void set (    DateTime value);
    }
    Remarks

    This property corresponds to the XDSSubmissionSet.submissionTime Classification

    This is set automatically by XdsObjects during ProvideAndRegisterDocumentSet

    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