Share via


UserContextAttribute.AttributeValue Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AttributeValue As String
'Usage
Dim instance As UserContextAttribute 
Dim value As String 

value = instance.AttributeValue
public string AttributeValue { get; }
public:
property String^ AttributeValue {
    String^ get ();
}
public function get AttributeValue () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

UserContextAttribute Class

UserContextAttribute Members

Microsoft.TeamFoundation.Common Namespace