StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_HAS_GRAPHICAL_INDICATOR Property
Specifies whether the custom field uses a graphical indicator.
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 MD_PROP_HAS_GRAPHICAL_INDICATOR As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
Dim value As Boolean
value = instance.MD_PROP_HAS_GRAPHICAL_INDICATOR
instance.MD_PROP_HAS_GRAPHICAL_INDICATOR = value
public bool MD_PROP_HAS_GRAPHICAL_INDICATOR { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.LocalCustomFieldMetadataRow Class