Share via


TargetUpdateTemplate.Template Field

banner art

Specifies the template entity.

Syntax

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

Remarks

To update fields in a template, create an instance of the template 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.