CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_EDITABLE_IN_VISIBILITY-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob der Wert in Project Site Sichtbarkeitsmodus bearbeitet werden kann.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_IS_EDITABLE_IN_VISIBILITY As Boolean
Get
Set
'Usage
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; }
Eigenschaftswert
Typ: System.Boolean
True , wenn der Wert bearbeitet werden kann; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse