| CaptionFrom Property |
Gets or sets the User the caption was created by.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public UserInfo From { get; set; }
Public Property From As UserInfo
Get
Set
public:
property UserInfo^ From {
UserInfo^ get ();
void set (UserInfo^ value);
}
member From : UserInfo with get, set
Property Value
Type:
UserInfo
From.
See Also