Share via


Application.Owners Property

 

List of one or more administrative users who are the owners of this application.

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

Syntax

public IList<User> Owners { get; set; }
public:
property IList<User^>^ Owners {
    IList<User^>^ get();
    void set(IList<User^>^ value);
}
Public Property Owners 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