[This is preliminary documentation and is subject to change.]
Specifies resource access privileges for Perforce users for a specific
Perforce repository.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public class ProtectionTable : List<ProtectionEntry> |
Visual Basic |
---|
Public Class ProtectionTable _ Inherits List(Of ProtectionEntry) |
Visual C++ |
---|
public ref class ProtectionTable : public List<ProtectionEntry^> |
Inheritance Hierarchy
System..::..Object
System.Collections.Generic..::..List<(Of <(<'ProtectionEntry>)>)>
Perforce.P4..::..ProtectionTable
System.Collections.Generic..::..List<(Of <(<'ProtectionEntry>)>)>
Perforce.P4..::..ProtectionTable