EntityDescriptor.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 EntityDescriptor
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。