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

请参阅

参考

OperationDescriptor 类

System.Data.Services.Client 命名空间