ReportingPostResourceCapacitiesChangedEventArgs.ResourceUidArray property
Gets an array that contains the project resource GUIDs.
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 ResourceUidArray As Guid()
Get
'Usage
Dim instance As ReportingPostResourceCapacitiesChangedEventArgs
Dim value As Guid()
value = instance.ResourceUidArray
public Guid[] ResourceUidArray { get; }
Property value
Type: []
See also
Reference
ReportingPostResourceCapacitiesChangedEventArgs class