Share via


TableController.Services Property

 

Get or Set the ApiServices associated with this controller instance.

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

Syntax

public ApiServices Services {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property ApiServices^ Services {
    [CompilerGeneratedAttribute]
    ApiServices^ get();
    [CompilerGeneratedAttribute]
    void set(ApiServices^ value);
}
member Services : ApiServices with get, set
Public Property Services As ApiServices

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.ApiServices

See Also

TableController Class
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top