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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.