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