NamedStreamCreatorName 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 public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringImplements
INamedStreamCreatorNameSee Also