共用方式為


OperationDescriptor.Metadata 屬性

識別服務作業。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public Property Metadata As Uri
    Get
    Friend Set
'用途
Dim instance As OperationDescriptor
Dim value As Uri

value = instance.Metadata
public Uri Metadata { get; internal set; }
public:
property Uri^ Metadata {
    Uri^ get ();
    internal: void set (Uri^ value);
}
member Metadata : Uri with get, internal set
function get Metadata () : Uri
internal function set Metadata (value : Uri)

屬性值

型別:System.Uri

請參閱

參考

OperationDescriptor 類別

System.Data.Services.Client 命名空間