ProjectConfig.ConfigName Property
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
Public Property ConfigName As String
public string ConfigName { get; set; }
public:
virtual property String^ ConfigName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ConfigName : string with get, set
override ConfigName : string with get, set
final function get ConfigName () : String
final function set ConfigName (value : String)
Property Value
Type: System.String
.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.Package.Project.Internal Namespace