Listing of depot files to be reviewed by user.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic IList<string> Reviews { get; set; }
Public Property Reviews As IList(Of String)
Get
Set
public:
property IList<String^>^ Reviews {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Reviews : IList<string> with get, set
Property Value
Type:
IListString
See Also