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

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

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