RetrieveByObjectWFProcessRequest.EntityMoniker Field
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