Share via


BaseNotificationEvent.Result Property

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

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Result As Boolean
'Usage
Dim instance As BaseNotificationEvent 
Dim value As Boolean 

value = instance.Result

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BaseNotificationEvent Class

BaseNotificationEvent Members

Microsoft.TeamFoundation.Server Namespace