UITestPropertyDescriptor.Attributes Property
Gets the permissions for the property.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public ReadOnly Property Attributes As UITestPropertyAttributes
public UITestPropertyAttributes Attributes { get; }
public:
property UITestPropertyAttributes Attributes {
UITestPropertyAttributes get ();
}
member Attributes : UITestPropertyAttributes with get
function get Attributes () : UITestPropertyAttributes
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
The permissions for the 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.