Share via


StatusingDataSet.ResourcesRow.RES_AVAILABILITY property

Contains binary data for resource availability; internal use only.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_AVAILABILITY As Byte()
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ResourcesRow
Dim value As Byte()

value = instance.RES_AVAILABILITY

instance.RES_AVAILABILITY = value
public byte[] RES_AVAILABILITY { get; set; }

Property value

Type: []

See also

Reference

StatusingDataSet.ResourcesRow class

StatusingDataSet.ResourcesRow members

WebSvcStatusing namespace