TargetRetrieveKbArticle.EntityId Field
CRM 1.2
![]() |
Specifies the ID of the knowledge base article instance that is the target of the retrieve operation.
Syntax
[Visual Basic .NET] Public Field EntityId As Guid [C#] public Guid EntityId; [JScript] public var EntityId : Guid;
Remarks
The EntityId parameter corresponds to the kbarticle.kbarticleid field, which is the primary key for the kbarticle entity.
See Also
© 2007 Microsoft Corporation. All rights reserved.
