RemoteCodeContainer.ExtraProperties Property

Definition

All properties that are currently present for this RemoteCodeContainer on the cloud but are not recognized by this version of the type. This is intended for the purposes of forward-compatibility with any properties that may be added in the future.

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

Property Value

Applies to