CrmService.CallerIdValue Field

banner art

Specifies the ID of the user who is logged on.

Syntax

[Visual Basic]
Public Field CallerIdValue As CallerId

[C#]
public CallerId CallerIdValue;

[JScript]
public var CallerIdValue : CallerId;

Remarks

Represents a field of type CallerId. This field can be used for impersonation.

See Also

© 2007 Microsoft Corporation. All rights reserved.