Specifies the maximum number of
indirections that the asserting party permits to exist between this
assertion and an assertion which has ultimately been issued on the
basis of it.
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As Saml2ProxyRestriction
Dim value As Nullable(Of Integer)
value = instance.Count
instance.Count = value
|
Syntax
Visual Basic |
Public Property Count As Nullable(Of Integer)
|
C# |
public Nullable<int> Count { get; set; }
|
C++ |
public:
property Nullable<int> Count {
Nullable<int> get ();
void set (Nullable<int> value);
}
|
J# |
/** @property */
public Nullable<int> get_Count ()
/** @property */
public void set_Count (Nullable<int> value)
|
JScript |
public function get Count () : Nullable<int>
public function set Count (value : Nullable<int>)
|
Property Value
Returns a nullable integer.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also