Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.