Property to access line ending settings
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic LineEnd LineEnd { get; set; }
Public Property LineEnd As LineEnd
Get
Set
public:
property LineEnd LineEnd {
LineEnd get ();
void set (LineEnd value);
}
member LineEnd : LineEnd with get, set
Property Value
Type:
LineEnd
See Also