Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.