StatusingDataSet.ProjectsRow.PROJ_DEF_CAL Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJ_DEF_CAL As Byte()
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Byte()
value = instance.PROJ_DEF_CAL
instance.PROJ_DEF_CAL = value
public byte[] PROJ_DEF_CAL { get; set; }
Property Value
Type: []
See Also
Reference
StatusingDataSet.ProjectsRow Class