Saml2ProxyRestriction.Count 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定判斷提示方允許在這個判斷提示和根據它最後所發出的判斷提示之間存在的間接取值最大數目。
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 屬性。