| InstagramApiInstagramConfig Property |
Gets the instagram configuration.
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public InstagramConfig InstagramConfig { get; }
Public ReadOnly Property InstagramConfig As InstagramConfig
Get
public:
property InstagramConfig^ InstagramConfig {
InstagramConfig^ get ();
}
member InstagramConfig : InstagramConfig with get
Property Value
Type:
InstagramConfig
The instagram configuration.
See Also