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
- 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.