FileMetaDataOtherLock Property
|
Does someone else have this file locked?
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic bool OtherLock { get; set; }Public Property OtherLock As Boolean
Get
Set
public:
property bool OtherLock {
bool get ();
void set (bool value);
}member OtherLock : bool with get, set
Property Value
Type:
Boolean
See Also