Share via


ProjectConfig.InternalSetConfigurationProperty Method

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Protected Sub InternalSetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String _
)
protected void InternalSetConfigurationProperty(
    string propertyName,
    string propertyValue
)
protected:
void InternalSetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue
)
member InternalSetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string -> unit 
protected function InternalSetConfigurationProperty(
    propertyName : String, 
    propertyValue : String
)

Parameters

.NET Framework Security

See Also

Reference

ProjectConfig Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace