CachedDataItem::Id Property

 

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

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 name of the cached data object that is represented by the CachedDataHostItem.

The following code example uses the Id property to display the names of the cached data objects in an Excel workbook.

This example requires:

No code example is currently available or this language may not be supported.
Return to top
Show: