Share via


Profile.CountryName Property

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

Syntax

'Declaration
Public Property CountryName As String
public string CountryName { get; set; }
public:
property String^ CountryName {
    String^ get ();
    void set (String^ value);
}
member CountryName : string with get, set
function get CountryName () : String 
function set CountryName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Profile Class

Microsoft.VisualStudio.Services.Profile Namespace