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