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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace