NamedStreamAttribute.Name 屬性
屬於屬性化實體之二進位資料流的名稱。
命名空間: System.Data.Services.Common
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Property Name As String
Get
Private Set
'用途
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)
屬性值
型別:System.String
二進位資料流的名稱。