Share via


ConfigOptions.Properties Property

 

Gets the properties associated with this instance.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public IDictionary<object, object> Properties { get; }
public:
property IDictionary<Object^, Object^>^ Properties {
    IDictionary<Object^, Object^>^ get();
}
member Properties : IDictionary<Object, Object> with get
Public ReadOnly Property Properties As IDictionary(Of Object, Object)

Property Value

Type: System.Collections.Generic.IDictionary<Object, Object>

See Also

ConfigOptions Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top