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