| RelationshipTargetUserIsPrivate Property |
Gets or sets a value indicating whether [target user is private].
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool TargetUserIsPrivate { get; set; }
Public Property TargetUserIsPrivate As Boolean
Get
Set
public:
property bool TargetUserIsPrivate {
bool get ();
void set (bool value);
}
member TargetUserIsPrivate : bool with get, set
Property Value
Type:
Booleantrue if [target user is private]; otherwise,
false.
See Also