Package.ClientBinary64 Property
Gets and sets the binary file to install on 64-bit client computers.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 8, IsRequired = false)]
public BinaryCollection ClientBinary64 { get; internal set; }
public:
[DataMemberAttribute(Order = 8, IsRequired = false)]
property BinaryCollection^ ClientBinary64 {
BinaryCollection^ get();
internal: void set(BinaryCollection^ value);
}
<DataMemberAttribute(Order := 8, IsRequired := False)>
Public Property ClientBinary64 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