Share via


ConnectedServiceGrid.DetailMetadata Property

Definition

Gets the keys and display strings for metadata to show in the property pane (to the right) when an instance is selected from the service instance list.

public:
 virtual property System::Collections::Generic::IEnumerable<Tuple<System::String ^, System::String ^> ^> ^ DetailMetadata { System::Collections::Generic::IEnumerable<Tuple<System::String ^, System::String ^> ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Tuple<string,string>> DetailMetadata { get; }
member this.DetailMetadata : seq<string * string>
Public Overridable ReadOnly Property DetailMetadata As IEnumerable(Of Tuple(Of String, String))

Property Value

Returns IEnumerable<T>.

Remarks

The Item1 field in the enumerable's Tuple is used as a key into the Metadata dictionary. The Item2 field is a localized display string to use as the field label.

The labels and fields will be displayed in the order given after the label and value for the service instance's name. To change the display text for the service instance name, use the ServiceInstanceNameLabelText property.

Applies to