Share via


TargetUpdatePluginType.PluginType Field

banner art

Specifies the plug-in type entity.

Syntax

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

Remarks

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