Group.Options Property

Definition

Important

This API is not CLS-compliant.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Options { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.IDictionary<string,object> Options { get; }
member this.Options : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Options As IDictionary(Of String, Object)

Property Value

IDictionary<String,Object>
Attributes

Applies to