Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the owner of this test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
Public Overridable Property Owner As String
'Usage
Dim instance As TestElement
Dim value As String
value = instance.Owner
instance.Owner = value
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
public virtual string Owner { get; set; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
public:
virtual property String^ Owner {
String^ get ();
void set (String^ value);
}
public function get Owner () : String
public function set Owner (value : String)
Property Value
Type: System.String
The name of the owner of this test element.
Implements
.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.