Share via


Application.Contacts Property

 

List of one or more administrative users who are the support contacts for the application.

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

Syntax

public IList<User> Contacts { get; set; }
public:
property IList<User^>^ Contacts {
    IList<User^>^ get();
    void set(IList<User^>^ value);
}
Public Property Contacts As IList(Of User)

Property Value

Type: System.Collections.Generic.IList<User>

Returns IList<T>.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top