CustomField.IsRequired property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property IsRequired As Boolean
Get
Set
'Usage
Dim instance As CustomField
Dim value As Boolean
value = instance.IsRequired
instance.IsRequired = value
public bool IsRequired { get; set; }
Property value
Type: System.Boolean