Share via


NotificationEventArgs.Class Property

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

Syntax

'Declaration
Public Property Class As Guid
public Guid Class { get; private set; }
public:
property Guid Class {
    Guid get ();
    private: void set (Guid value);
}
member Class : Guid with get, private set
function get Class () : Guid 
private function set Class (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

NotificationEventArgs Class

Microsoft.TeamFoundation.Framework.Server Namespace