| RelationshipResponseData Property |
Gets or sets the data.
Namespace: InstaSharp.Models.ResponsesAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Relationship Data { get; set; }
Public Property Data As Relationship
Get
Set
public:
property Relationship^ Data {
Relationship^ get ();
void set (Relationship^ value);
}
member Data : Relationship with get, set
Property Value
Type:
Relationship
The data.
See Also