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

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

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