Propriedade ConditionalRuleTypeAttribute.ConditionalRuleType

Obtém o tipo de regra condicional.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public ReadOnly Property ConditionalRuleType As ConditionalRuleType
    Get
public ConditionalRuleType ConditionalRuleType { get; }
public:
property ConditionalRuleType ConditionalRuleType {
    ConditionalRuleType get ();
}
member ConditionalRuleType : ConditionalRuleType
function get ConditionalRuleType () : ConditionalRuleType

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleType
O tipo de regra condicional.

Segurança do .NET Framework

Consulte também

Referência

ConditionalRuleTypeAttribute Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules