FileMetaDataDirectory Property
|
Directory containing this file
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic string Directory { get; set; }
Public Property Directory As String
Get
Set
public:
property String^ Directory {
String^ get ();
void set (String^ value);
}
member Directory : string with get, set
Property Value
Type:
String
See Also