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
function get Attributes () : UITestPropertyAttributes

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyAttributes
The permissions for the property.

.NET Framework Security

See Also

Reference

UITestPropertyDescriptor Class

Microsoft.VisualStudio.TestTools.UITesting Namespace