StatusDeleteHistoryPostEventArgs.ManagerID Property
Gets the GUID of a status manager.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property ManagerID As Guid
Get
'Usage
Dim instance As StatusDeleteHistoryPostEventArgs
Dim value As Guid
value = instance.ManagerID
public Guid ManagerID { get; }
Property Value
Type: System.Guid
See Also
Reference
StatusDeleteHistoryPostEventArgs Class