The Group type exposes the following members.

Constructors

  Name Description
Public method Group(String)
Create a group supplying the name.
Public method Group(String, Int32, Int32, Int32, Int32, Int32, IList<(Of <<'(String>)>>), IList<(Of <<'(String>)>>), IList<(Of <<'(String>)>>), FormSpec)
Create a group providing all of the properties

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FromGroupCmdTaggedOutput
Read the fields from the tagged output of a group command
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Parse
Parse the fields from a group specification
Public method ToString
Convert to specification in server format
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Id
The name of the group.
Public property MaxLockTime
Limits the time (in milliseconds, unless 'unlimited' or 'unset') any one operation can lock any database table when scanning data.
Public property MaxResults
Limits the rows (unless 'unlimited' or 'unset') any one operation can return to the client.
Public property MaxScanRows
Limits the rows (unless 'unlimited' or 'unset') any one operation can scan from any one database table.
Public property OwnerNames
Users allowed to change this group without requiring super access permission.
Public property PasswordTimeout
A time (in seconds, unless 'unlimited' or 'unset') which determines how long a 'p4 password' password remains valid (default is unset).
Public property Spec
Public property SubGroups
Other groups automatically included in this group.
Public property TimeOut
A time (in seconds, unless 'unlimited' or 'unset') which determines how long a 'p4 login' session ticket remains valid (default is 12 hours).
Public property UserNames
The users in the group.

See Also