XdsObjects Help file
XdsObjects Namespace / XdsFolder Class / LastUpdateTime Property



In This Topic
    LastUpdateTime Property
    In This Topic
    Point in time at the Document Registry when an XDS Document was registered and placed in the XDS Folder
    Syntax
    Public Property LastUpdateTime As Nullable(Of Date)
    Dim instance As XdsFolder
    Dim value As Nullable(Of Date)
     
    instance.LastUpdateTime = value
     
    value = instance.LastUpdateTime
    public Nullable<DateTime> LastUpdateTime {get; set;}
    public:
    property Nullable<DateTime> LastUpdateTime {
       Nullable<DateTime> get();
       void set (    Nullable<DateTime> value);
    }
    Remarks

    This property corresponds to the XDSFolder.lastUpdateTime slot

    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