EncodingDescription.DisplayName Property

Gets the name of this encoding description.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Public ReadOnly Property DisplayName As String
    Get
public string DisplayName { get; }
public:
property String^ DisplayName {
    String^ get ();
}
member DisplayName : string
function get DisplayName () : String

Property Value

Type: System.String
The name of this encoding description.

.NET Framework Security

See Also

Reference

EncodingDescription Structure

Microsoft.TeamFoundation.VersionControl.Client Namespace