TeamFoundationIdentityService.ReadBatchSizeLimit Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property ReadBatchSizeLimit As Integer
public int ReadBatchSizeLimit { get; }
public:
virtual property int ReadBatchSizeLimit {
int get () sealed;
}
abstract ReadBatchSizeLimit : int with get
override ReadBatchSizeLimit : int with get
final function get ReadBatchSizeLimit () : int
Property Value
Type: System.Int32
Implements
ITeamFoundationIdentityService.ReadBatchSizeLimit
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.