SetOffice2003AddInRegistration.AddinRegistryHive Property (2007 System)
Gets or sets the registry hive of the application-level 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 AddinRegistryHive As String
'Usage
Dim instance As SetOffice2003AddInRegistration
Dim value As String
value = instance.AddinRegistryHive
instance.AddinRegistryHive = value
public string AddinRegistryHive { get; set; }
public:
property String^ AddinRegistryHive {
String^ get ();
void set (String^ value);
}
public function get AddinRegistryHive () : String
public function set AddinRegistryHive (value : String)
Property Value
Type: System.String
A String that represents the registry hive of the application-level 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