Share via


Application.CustomProperties Property

 

Custom properties for the application that are defined by the customer.

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

Syntax

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

Property Value

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

Returns IList<T>.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top