| UserBio Property |
Gets or sets the bio.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string Bio { get; set; }
Public Property Bio As String
Get
Set
public:
property String^ Bio {
String^ get ();
void set (String^ value);
}
member Bio : string with get, set
Property Value
Type:
String
The bio.
See Also