RequestClaim.IsOptional 屬性

定義

取得或設定值,指出回應中的要求宣告是否為選擇性的。

public:
 property bool IsOptional { bool get(); void set(bool value); };
public bool IsOptional { get; set; }
member this.IsOptional : bool with get, set
Public Property IsOptional As Boolean

屬性值

如果在回應中宣告為選擇性的,則為 true;否則為 false

備註

表示 ClaimType 選擇性屬性。

適用於