TargetUpdateResourceSpec.ResourceSpec Field

banner art

Specifies the resource specification entity.

Syntax

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

Remarks

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