Share via


Role.Description Property

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

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Description As String
'Usage
Dim instance As Role 
Dim value As String 

value = instance.Description

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Role Class

Role Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace