ResourceDataSet.CalendarExceptionsRow.ResourcesRow Property

Specifies the ResourceDataSet.ResourcesRow object that contains the resource information related to this exception.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ResourcesRow As ResourceDataSet.ResourcesRow
    Get
    Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As ResourceDataSet.ResourcesRow

value = instance.ResourcesRow

instance.ResourcesRow = value
public ResourceDataSet.ResourcesRow ResourcesRow { get; set; }

Property Value

Type: WebSvcResource.ResourceDataSet.ResourcesRow

See Also

Reference

ResourceDataSet.CalendarExceptionsRow Class

ResourceDataSet.CalendarExceptionsRow Members

WebSvcResource Namespace