TypeMapEntryFileType Property
|
Property to access FileType of this entry
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic FileType FileType { get; set; }
Public Property FileType As FileType
Get
Set
public:
property FileType^ FileType {
FileType^ get ();
void set (FileType^ value);
}
member FileType : FileType with get, set
Property Value
Type:
FileType
See Also