Share via


RetrieveByObjectWFProcessRequest.EntityMoniker Field

banner art

Specifies the entity instance to look for.

Syntax

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

Remarks

Represents a field of type Moniker, specifiying the ID of an entity instance and its entity type name.

See Also

© 2007 Microsoft Corporation. All rights reserved.