INamedStreamCreatorName Property |
The name of the data source. This might be a file name, a resource name, the name of a text box on a form, etc. This name is mostly used
in error messages when there is an error in the data to help the user understand which data source has the problem.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax ReadOnly Property Name As String
Get
property String^ Name {
String^ get ();
}
abstract Name : string with get
Property Value
Type:
StringSee Also