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 the attributes associated with GettingEventArgs.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Attributes As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> Attributes { get; }
public:
property ReadOnlyCollection<PropertyValue^>^ Attributes {
ReadOnlyCollection<PropertyValue^>^ get ();
}
member Attributes : ReadOnlyCollection<PropertyValue> with get
function get Attributes () : ReadOnlyCollection<PropertyValue>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
The attributes associated with GettingEventArgs.
.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.