Share via


CustomObject.Properties Property

Definition

Gets or sets the CustomObject's properties.

public:
 property System::Collections::Specialized::OrderedDictionary ^ Properties { System::Collections::Specialized::OrderedDictionary ^ get(); void set(System::Collections::Specialized::OrderedDictionary ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Specialized.OrderedDictionary Properties { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Properties : System.Collections.Specialized.OrderedDictionary with get, set
Public Property Properties As OrderedDictionary

Property Value

Attributes

Applies to