|
ContainerRecordFileName Property
|
Gets the name of the file at the time the file was written.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.246-beta
Syntaxpublic string FileName { get; set; }
Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
member FileName : string with get, set
function get_FileName();
function set_FileName(value);
View SourceProperty Value
String
See Also