Condividi tramite


StreamInfo.Name Proprietà

Definizione

Ottiene il nome del flusso.

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

Valore della proprietà

Nome di questo flusso.

Commenti

Se IDisposable.Dispose è stato chiamato nel flusso, la Name proprietà restituisce una stringa vuota.

Si applica a

Vedi anche