Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the binaries for operating systems other than the Windows operating system.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 13, IsRequired = false)]
public OtherBinariesMap OtherBinaries { get; internal set; }
public:
[DataMemberAttribute(Order = 13, IsRequired = false)]
property OtherBinariesMap^ OtherBinaries {
OtherBinariesMap^ get();
internal: void set(OtherBinariesMap^ value);
}
<DataMemberAttribute(Order := 13, IsRequired := False)>
Public Property OtherBinaries As OtherBinariesMap
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.OtherBinariesMap
An instance of OtherBinariesMap.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top