Click or drag to resize

OtherUsersItem Property

Get OtherFileUser info from OtherUsers given a key

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public OtherFileUser this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
name of user to return

Return Value

Type: OtherFileUser
OtherFileUser
See Also