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)

public:
property ApiServices^ Services {
	[CompilerGeneratedAttribute]
	ApiServices^ get();
	[CompilerGeneratedAttribute]
	void set(ApiServices^ value);
}
Return to top
Show: