Namespace: Microsoft.IdentityModel.Web.Configuration
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
<ConfigurationPropertyAttribute("chunkSize", IsRequired:=False, DefaultValue:=2000)> _
Public Property ChunkSize As Integer
|
C# |
[ConfigurationPropertyAttribute("chunkSize", IsRequired=false, DefaultValue=2000)]
public int ChunkSize { get; set; }
|
C++ |
[ConfigurationPropertyAttribute(L"chunkSize", IsRequired=false, DefaultValue=2000)]
public:
property int ChunkSize {
int get ();
void set (int value);
}
|
J# |
/** @property */
public int get_ChunkSize ()
/** @property */
public void set_ChunkSize (int value)
|
JScript |
public function get ChunkSize () : int
public function set ChunkSize (value : int)
|
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