CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_EDITABLE_IN_VISIBILITY property
取得或設定值,指出是否可在專案站台可見性模式中編輯值。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_IS_EDITABLE_IN_VISIBILITY As Boolean
Get
Set
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_IS_EDITABLE_IN_VISIBILITY
instance.MD_PROP_IS_EDITABLE_IN_VISIBILITY = value
public bool MD_PROP_IS_EDITABLE_IN_VISIBILITY { get; set; }
Property value
Type: System.Boolean
True如果值是可編輯的 ;否則, False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class