Initializes a new instance of the ProtectionTable class

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

Syntax

C#
public ProtectionTable(
	ProtectionEntry entry
)
Visual Basic
Public Sub New ( _
	entry As ProtectionEntry _
)
Visual C++
public:
ProtectionTable(
	ProtectionEntry^ entry
)

See Also