CachedDataHostItem.Id Property

Definition

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

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

Property Value

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

Applies to