Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the graphical indicator for a custom field.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_GRAPHICAL_INDICATOR As String
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As String
value = instance.MD_PROP_GRAPHICAL_INDICATOR
instance.MD_PROP_GRAPHICAL_INDICATOR = value
public string MD_PROP_GRAPHICAL_INDICATOR { get; set; }
Property value
Type: System.String
A string that contains a value that represents a graphical indicator.
Remarks
For information about custom field graphical indicators, see Local and Enterprise Custom Fields.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class