Share via


Application.PreferredSender Property

 

Preferred sender for the application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public string PreferredSender { get; set; }
public:
property String^ PreferredSender {
    String^ get();
    void set(String^ value);
}
Public Property PreferredSender As String

Property Value

Type: System.String

Returns String.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top