ApiServices.Properties Property

 

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

Syntax

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

Property Value

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

Returns IDictionary<TKey, TValue>.

See Also

ApiServices Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top