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