ResourceDataSet.ResourcesRow.RES_MATERIAL_LABEL property
Specifies text that indicates units for this material resource.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_MATERIAL_LABEL As String
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.RES_MATERIAL_LABEL
instance.RES_MATERIAL_LABEL = value
public string RES_MATERIAL_LABEL { get; set; }
Property value
Type: System.String
See also
Reference
ResourceDataSet.ResourcesRow class