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.
Indicates whether a Macintosh-based binary is included for the add-in.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public bool IsMacClientSupported { get; }
public:
property bool IsMacClientSupported {
bool get();
}
Public ReadOnly Property IsMacClientSupported As Boolean
Property Value
Type: System.Boolean
If true, the binary is included; otherwise, false.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top