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)

public:
property String^ Id {
	String^ get();
	void set(String^ value);
}

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".

Return to top
Show: