StringComparisonRule.ContextParameterName Özellik
Alır veya içerik parametresi adını ayarlar.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
<IsContextParameterNameAttribute(False)> _
Public Property ContextParameterName As String
[IsContextParameterNameAttribute(false)]
public string ContextParameterName { get; set; }
[IsContextParameterNameAttribute(false)]
public:
property String^ ContextParameterName {
String^ get ();
void set (String^ value);
}
[<IsContextParameterNameAttribute(false)>]
member ContextParameterName : string with get, set
function get ContextParameterName () : String
function set ContextParameterName (value : String)
Özellik Değeri
Tür: System.String
Bağlam parametresi adı.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.