PackageInfo.MacFileName Property
Gets the name of the file that contains the Macintosh-based binary.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public string MacFileName { get; }
public:
property String^ MacFileName {
String^ get();
}
Public ReadOnly Property MacFileName As String
Property Value
Type: System.String
An instance of String that contains the file name.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top