ConditionalRule.SystemReserved Property
There are no comments for Property SystemReserved in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
'Declaration
Public Property SystemReserved As Boolean
public bool SystemReserved { get; set; }
public:
property bool SystemReserved {
bool get ();
void set (bool value);
}
member SystemReserved : bool with get, set
function get SystemReserved () : boolean
function set SystemReserved (value : boolean)
Type: System.Boolean
Returns Boolean.
- 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.
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace