OperationDescriptor.Target 屬性
要叫用服務作業的 URI。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Property Target As Uri
Get
Friend Set
'用途
Dim instance As OperationDescriptor
Dim value As Uri
value = instance.Target
public Uri Target { get; internal set; }
public:
property Uri^ Target {
Uri^ get ();
internal: void set (Uri^ value);
}
member Target : Uri with get, internal set
function get Target () : Uri
internal function set Target (value : Uri)
屬性值
型別:System.Uri