属性が設定されたエンティティに属するバイナリ ストリームの名前。
名前空間: 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
バイナリ ストリームの名前。