IRunConfigurationEditor.Description Property
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
ReadOnly Property Description As String
'Usage
Dim instance As IRunConfigurationEditor
Dim value As String
value = instance.Description
string Description { get; }
property String^ Description {
String^ get ();
}
function get Description () : 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
IRunConfigurationEditor Interface