共用方式為


Saml2ProxyRestriction.Count 屬性

定義

取得或設定判斷提示方允許在這個判斷提示和根據它最後所發出的判斷提示之間存在的間接取值最大數目。

public:
 property Nullable<int> Count { Nullable<int> get(); void set(Nullable<int> value); };
public int? Count { get; set; }
member this.Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)

屬性值

可為 Null 的整數。 null 表示未設定屬性,而且未設定間接取值數目的限制。

例外狀況

發生設定不為 null 且小於零之值的嘗試。

備註

Count 屬性。

適用於