Share via


PropertyCollection.PropertyList Property

Definition

Returns the property collection as a read-only collection.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>> ^ PropertyList { System::Collections::ObjectModel::ReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<object,object>> PropertyList { get; }
member this.PropertyList : System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<obj, obj>>
Public ReadOnly Property PropertyList As ReadOnlyCollection(Of KeyValuePair(Of Object, Object))

Property Value

The read-only collection.

Applies to