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