Condividi tramite


Proprietà NamedStreamAttribute.Name

Nome di un flusso binario che appartiene all'entità attribuita.

Spazio dei nomi  System.Data.Services.Common
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public Property Name As String
    Get
    Private Set
'Utilizzo
Dim instance As NamedStreamAttribute
Dim value As String

value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)

Valore proprietà

Tipo: System.String
Nome del flusso binario.

Vedere anche

Riferimento

NamedStreamAttribute Classe

Spazio dei nomi System.Data.Services.Common