ReportingPostResourceCapacitiesChangedEventArgs.ResourceUidArray Property
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