ProjectConfig.ConfigurationProperties Property

Gets the configuration properties.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property ConfigurationProperties As Object
    Get
'Usage
Dim instance As ProjectConfig
Dim value As Object

value = instance.ConfigurationProperties
public Object ConfigurationProperties { get; }
public:
property Object^ ConfigurationProperties {
    Object^ get ();
}
function get ConfigurationProperties () : Object
member ConfigurationProperties : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace