Package.Allow32BitOn64BitClients Property
Indicates whether 64-bit client computers must use 32-bit binaries if 64-bit binaries cannot be found.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 4, IsRequired = false)]
public bool Allow32BitOn64BitClients { get; set; }
public:
[DataMemberAttribute(Order = 4, IsRequired = false)]
property bool Allow32BitOn64BitClients {
bool get();
void set(bool value);
}
<DataMemberAttribute(Order := 4, IsRequired := False)>
Public Property Allow32BitOn64BitClients As Boolean
Property Value
Type: System.Boolean
true to install a 32-bit add-in package on a 64-bit computer; otherwise, false.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top