Subscription.EventType Property

Gets or sets the event type.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public Property EventType As String
    Get
    Set
public string EventType { get; set; }
public:
property String^ EventType {
    String^ get ();
    void set (String^ value);
}
member EventType : string with get, set
function get EventType () : String
function set EventType (value : String)

Property Value

Type: System.String
The event type.

.NET Framework Security

See Also

Reference

Subscription Class

Microsoft.TeamFoundation.Framework.Client Namespace