ExtractionRule.RuleName (Propiedad)
Nota: esta API ya está obsoleta.
Ya no se utiliza este método.Utilice DisplayNameAttribute en la clase para establecer un nombre para mostrar para esta regla.
Espacio de nombres: Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado: Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.", _
False)> _
Public Overridable ReadOnly Property RuleName As String
[ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)]
public virtual string RuleName { get; }
[ObsoleteAttribute(L"This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)]
public:
virtual property String^ RuleName {
String^ get ();
}
[<ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)>]
abstract RuleName : string with get
[<ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)>]
override RuleName : string with get
function get RuleName () : String
Valor de propiedad
Tipo: System.String
Nombre de la regla.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)