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