Activity.ParentItemId Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The Id of the parent item. For example, if the activity is associated with a company, the ParentItemId is the Id of that company. A parent could be a contact, a company, an opportunity, or a product.

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
Public Property ParentItemId As Integer
    Get
    Set
'Usage
Dim instance As Activity
Dim value As Integer

value = instance.ParentItemId

instance.ParentItemId = value
public int ParentItemId { get; set; }

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

Activity Class

Activity Members

WebBCM Namespace