ConnectedServiceInstance.Metadata Property

Definition

Gets metadata for the service instance used by the service provider and the service consumer.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Metadata { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Metadata As IDictionary(Of String, Object)

Property Value

Returns IDictionary<TKey, TValue>.

Applies to