Package.ClientBinary32 Property
Gets and sets the binary file to install on 32-bit client computers.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 7, IsRequired = false)]
public BinaryCollection ClientBinary32 { get; internal set; }
public:
[DataMemberAttribute(Order = 7, IsRequired = false)]
property BinaryCollection^ ClientBinary32 {
BinaryCollection^ get();
internal: void set(BinaryCollection^ value);
}
<DataMemberAttribute(Order := 7, IsRequired := False)>
Public Property ClientBinary32 As BinaryCollection
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.BinaryCollection
An instance of BinaryReference.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top