Specifies resource access privileges for Perforce users for a specific Perforce repository.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

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

See Also