FileMeasurementFileExtension Property |
The file extension (identifying the file type) of the file.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string FileExtension { get; set; }
Public Property FileExtension As String
Get
Set
public:
property String^ FileExtension {
String^ get ();
void set (String^ value);
}
member FileExtension : string with get, set
Property Value
Type:
StringSee Also