|
ExportName Property
|
Gets or sets the name of the
Export.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
function get_Name();
function set_Name(value);
View SourceProperty Value
String
ExceptionsException | Condition |
---|
ArgumentNullException | The value being assigned is a null or empty string. |
See Also