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.
Пространство имен:
Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As Saml2ProxyRestriction
Dim value As Nullable(Of Integer)
value = instance.Count
instance.Count = value
|
Синтаксис
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>)
|
Значение свойства
Returns a nullable integer.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также