Share via


CachedDataItem.Id Property (2003 System)

Gets or sets the name of the cached data object represented by the CachedDataItem.

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 CachedDataItem
Dim value As String

value = instance.Id

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

Property Value

Type: System.String
The name of the cached data object represented by the CachedDataHostItem.

Permissions

See Also

Reference

CachedDataItem Class

CachedDataItem Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace