StatusingDataSet.ResourcesRow.RES_AVAILABILITY Property
Contains binary data for resource availability; internal use only.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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