Propriété NamedStreamAttribute.Name
Nom d'un flux binaire qui appartient à l'entité avec attributs.
Espace de noms : System.Data.Services.Common
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Property Name As String
Get
Private Set
'Utilisation
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)
Valeur de propriété
Type : System.String
Nom du flux binaire.