StreamInfo.Name Property

Definition

Gets the name of the stream.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of this stream.

Remarks

If IDisposable.Dispose has been called on the stream, the Name property returns an empty string.

Applies to

See also