共用方式為


ActivityParameter.IsMandatory 屬性

定義

取得或設定布林值,指出如果需要參數,則為 true。 如果值為 false,則參數為選擇性。

public bool IsMandatory { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="isMandatory")]
public bool? IsMandatory { get; set; }
member this.IsMandatory : bool with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="isMandatory")>]
member this.IsMandatory : Nullable<bool> with get, set
Public Property IsMandatory As Boolean
Public Property IsMandatory As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於