Share via


TargetUpdateService.Service Field

banner art

Specifies the service entity.

Syntax

[Visual Basic .NET]
Public Field Service As service
[C#]
public service Service;
[JScript]
public var Service : service;

Remarks

To update fields in a service, create an instance of the service class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.