Returns the configuration name for the ProjectConfig object.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property ConfigName As String
'使用
Dim instance As ProjectConfig
Dim value As String
value = instance.ConfigName
instance.ConfigName = value
public string ConfigName { get; set; }
public:
property String^ ConfigName {
String^ get ();
void set (String^ value);
}
public function get ConfigName () : String
public function set ConfigName (value : String)
Property Value
Type: System.String
The name of the configuration.
Permissions
- 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.