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

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