Share via


Subscription.IsDataDriven 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 IsDataDriven As Boolean
'Usage
Dim instance As Subscription 
Dim value As Boolean 

value = instance.IsDataDriven

instance.IsDataDriven = value
public bool IsDataDriven { get; set; }
public:
property bool IsDataDriven {
    bool get ();
    void set (bool value);
}
public function get IsDataDriven () : boolean 
public function set IsDataDriven (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Subscription Class

Subscription Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace