CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_REQUIRED-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob das benutzerdefinierte Feld erforderlich ist, wenn die Entität (Projekt, Ressource oder Vorgang) erstellt wird.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_IS_REQUIRED As Boolean
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_IS_REQUIRED
instance.MD_PROP_IS_REQUIRED = value
public bool MD_PROP_IS_REQUIRED { get; set; }
Eigenschaftswert
Typ: System.Boolean
True Wenn das benutzerdefinierte Feld erforderlich ist; andernfalls False.
Siehe auch
Referenz
CustomFieldDataSet.CustomFieldsRow Klasse
CustomFieldDataSet.CustomFieldsRow-Member