RemoteCodeContainer.ExtraProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))