CachedDataHostItem.Id Property

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

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

Syntax

'Declaration
Public Property Id As String
public string Id { get; set; }

Property Value

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

Remarks

The Id property is a string that specifies the namespace and the class separated by a ".", for example, "ExcelWorkbook1.ThisWorkbook".

.NET Framework Security

See Also

Reference

CachedDataHostItem Class

Microsoft.VisualStudio.Tools.Applications Namespace