Subscription.EventType Property
Gets or sets the event type.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property EventType As String
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.