|
ContainerRecordTitle Property
|
Gets the title applied to the file.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.246-beta
Syntaxpublic string Title { get; set; }
Public Property Title As String
Get
Set
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
member Title : string with get, set
function get_Title();
function set_Title(value);
View SourceProperty Value
String
See Also