SetOffice2003AddInRegistration.AddinRegistryKey Property (2007 System)
Gets or sets the registry key of the add-in.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Property AddinRegistryKey As String
'Usage
Dim instance As SetOffice2003AddInRegistration
Dim value As String
value = instance.AddinRegistryKey
instance.AddinRegistryKey = value
public string AddinRegistryKey { get; set; }
public:
property String^ AddinRegistryKey {
String^ get ();
void set (String^ value);
}
public function get AddinRegistryKey () : String
public function set AddinRegistryKey (value : String)
Property Value
Type: System.String
A String that represents the registry key of the add-in.
.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.
See Also
Reference
SetOffice2003AddInRegistration Class