ResourceAuthorizationPreEventArgs.ResourceAuthorizationInformation Property
Gets a dataset that contains information about a resource authorization.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Property ResourceAuthorizationInformation As ResourceAuthorizationDataSet
Get
Set
'Usage
Dim instance As ResourceAuthorizationPreEventArgs
Dim value As ResourceAuthorizationDataSet
value = instance.ResourceAuthorizationInformation
instance.ResourceAuthorizationInformation = value
public ResourceAuthorizationDataSet ResourceAuthorizationInformation { get; set; }
Property Value
Type: ResourceAuthorizationDataSet
See Also
Reference
ResourceAuthorizationPreEventArgs Class