Share via


TargetUpdateSubject.Subject Field

banner art

Specifies the subject entity.

Syntax

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

Remarks

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