Selects jobs for inclusion during changelist creation.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string JobView { get; set; }
Public Property JobView As String
Get
Set
public:
property String^ JobView {
String^ get ();
void set (String^ value);
}
member JobView : string with get, set
Property Value
Type:
String
See Also