FileIntegrationRecordToFile Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic FileSpec ToFile { get; set; }
Public Property ToFile As FileSpec
Get
Set
public:
property FileSpec^ ToFile {
FileSpec^ get ();
void set (FileSpec^ value);
}
member ToFile : FileSpec with get, set
Property Value
Type:
FileSpec
See Also