Share via


TargetUpdateOrganization.Organization Field

banner art

Specifies the organization entity.

Syntax

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

Remarks

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