Share via


Application.CustomId Property

 

Optional reference information for the application.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top