CachedDataHostItem::Id Property
Gets or sets the namespace and class in which the cached data objects in the CachedDataHostItem are declared.
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Property Value
Type: System::String^The namespace and class in which the cached data objects in the CachedDataHostItem are declared.
The Id property is a string that specifies the namespace and the class separated by a ".", for example, "ExcelWorkbook1.ThisWorkbook".
Show: