DataServiceStreamLink.SelfLink 屬性
傳回二進位資源資料流的 URI。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Property SelfLink As Uri
Get
Friend Set
'用途
Dim instance As DataServiceStreamLink
Dim value As Uri
value = instance.SelfLink
public Uri SelfLink { get; internal set; }
public:
property Uri^ SelfLink {
Uri^ get ();
internal: void set (Uri^ value);
}
member SelfLink : Uri with get, internal set
function get SelfLink () : Uri
internal function set SelfLink (value : Uri)
屬性值
型別:System.Uri
資料流的 URI。