Share via


ScheduledJob.Services Property

 

Gets or sets the ApiServices associated with this ScheduledJob.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.ApiServices

See Also

ScheduledJob Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top