Twitterizer 2 Documentation
Location Property
NamespacesTwitterizerTwitterUserLocation
Gets or sets the location.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "location")]
[DataMemberAttribute]
public string Location { get; set; }
<JsonPropertyAttribute(PropertyName := "location")> _
<DataMemberAttribute> _
Public Property Location As String
	Get
	Set
Value
The location.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)