Share via


CachedDataHostItem.Id Property (2003 System)

Gets or sets the namespace and class in which the cached data objects in the CachedDataHostItem were declared.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Property Id As String
'Usage
Dim instance As CachedDataHostItem
Dim value As String

value = instance.Id

instance.Id = value
public string Id { get; set; }

Property Value

Type: System.String
The namespace and class in which the cached data objects in the CachedDataHostItem were declared.

Remarks

The Id property is a string that specifies the namespace and the class in which the cached data was declared in the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution document, separated by a ".", for example, "ExcelWorkbook1.ThisWorkbook".

Permissions

See Also

Reference

CachedDataHostItem Class

CachedDataHostItem Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace