Construtor OwnerAttribute
Inicializa uma nova instância da OwnerAttribute classe que usa um nome de proprietário.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Sub New ( _
owner As String _
)
public OwnerAttribute(
string owner
)
public:
OwnerAttribute(
String^ owner
)
new :
owner:string -> OwnerAttribute
public function OwnerAttribute(
owner : String
)
Parâmetros
- owner
Tipo: System.String
O proprietário do teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.