属于属性化实体的二进制流的名称。
命名空间: 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
二进制流的名称。