Share via


Subscription.ModifiedDate Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property ModifiedDate As DateTime
'Usage
Dim instance As Subscription 
Dim value As DateTime 

value = instance.ModifiedDate

instance.ModifiedDate = value
public DateTime ModifiedDate { get; set; }
public:
property DateTime ModifiedDate {
    DateTime get ();
    void set (DateTime value);
}
public function get ModifiedDate () : DateTime 
public function set ModifiedDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Subscription Class

Subscription Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace