CustomFieldDataSet.CustomFieldsRow.MD_PROP_GRAPHICAL_INDICATOR-Eigenschaft
Dient zum Abrufen oder festlegen die grafische Anzeige für ein benutzerdefiniertes Feld.
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; }
Eigenschaftswert
Typ: System.String
Eine Zeichenfolge, die einen Wert enthält, der ein grafisches Symbol darstellt.
Hinweise
Informationen zu grafische Symbole für benutzerdefinierte Felder finden Sie unter Local and Enterprise Custom Fields.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse