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