次の方法で共有


CustomFieldCreationInformation.IsRequired プロパティ

取得またはをエンティティ (プロジェクト、リソース、またはタスク) を作成するときに、ユーザー設定フィールドの値が必要かどうかを示す Boolean 値を設定します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
<RemoteAttribute> _
Public Property IsRequired As Boolean
    Get
    Set
'使用
Dim instance As CustomFieldCreationInformation
Dim value As Boolean

value = instance.IsRequired

instance.IsRequired = value
[RemoteAttribute]
public bool IsRequired { get; set; }

プロパティ値

型: System.Boolean
Trueエンティティが作成されたときに、ユーザー設定フィールドの値が必要な場合それ以外の場合False。

関連項目

参照先

CustomFieldCreationInformation クラス

CustomFieldCreationInformation メンバー

Microsoft.ProjectServer.Client 名前空間