XdsObjects Help file
XdsObjects.Dsub Namespace / XdsSubscriptionResponse Class / TerminationTime Property



In This Topic
    TerminationTime Property
    In This Topic
    When the subcription will be terminated
    Syntax
    Public Property TerminationTime As Date
    Dim instance As XdsSubscriptionResponse
    Dim value As Date
     
    instance.TerminationTime = value
     
    value = instance.TerminationTime
    public DateTime TerminationTime {get; set;}
    public:
    property DateTime TerminationTime {
       DateTime get();
       void set (    DateTime value);
    }
    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