BranchSpecOptions Property
|
Note: This API is now obsolete.
Flags to change the branch spec behavior.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax[ObsoleteAttribute("Use Locked Property")]
public string Options { get; set; }
<ObsoleteAttribute("Use Locked Property")>
Public Property Options As String
Get
Set
public:
[ObsoleteAttribute(L"Use Locked Property")]
property String^ Options {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Use Locked Property")>]
member Options : string with get, set
Property Value
Type:
String
See Also