Share via


Country.EnglishName Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property EnglishName As String
[DataMemberAttribute]
public string EnglishName { get; internal set; }
[DataMemberAttribute]
public:
property String^ EnglishName {
    String^ get ();
    internal: void set (String^ value);
}
[<DataMemberAttribute>]
member EnglishName : string with get, internal set
function get EnglishName () : String 
internal function set EnglishName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Country Class

Microsoft.VisualStudio.Services.Profile Namespace