UITestPropertyProvider.PropertyName Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the associated property.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblies: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Protected Friend Property PropertyName As String
protected internal string PropertyName { get; set; }
protected public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String
function set PropertyName (value : String)
Property Value
Type: String
The name of the associated property.
.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.