共用方式為


CustomFieldDataSet.CustomFieldsRow.MD_PROP_GRAPHICAL_INDICATOR property

取得或設定自訂欄位的圖形標記。

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property MD_PROP_GRAPHICAL_INDICATOR As String
    Get
    Set
'用途
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
字串,包含值,表示圖形的標記。

備註

自訂欄位圖形標記的相關資訊,請參閱Local and Enterprise Custom Fields

請參閱

參照

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace