Partager via


PackageInfo.IsMacClientSupported Property

 

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