Discuss this help topic in SecureBlackbox Forum
Limits the number of matching principals.
Declaration
[C#]
int MatchingPrincipalsLimit;
[VB.NET]
Property MatchingPrincipalsLimit As Integer
[Pascal]
property MatchingPrincipalsLimit : integer;
[C++]
int32_t get_MatchingPrincipalsLimit();
void set_MatchingPrincipalsLimit(int32_t Value);
[PHP]
integer get_MatchingPrincipalsLimit()
void set_MatchingPrincipalsLimit(integer $Value)
[Java]
int getMatchingPrincipalsLimit();
void setMatchingPrincipalsLimit(int Value);
Description
Use this property to set the maximum number of matching principals returned in a DAV:acl-principal-prop-set report (DAV:number-of-matches-within-limits value).
Discuss this help topic in SecureBlackbox Forum