Share via


LinkShare.BitlyLogin Property

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public Shared Property BitlyLogin As String
    Get
    Set
'Usage
Dim value As String

value = LinkShare.BitlyLogin

LinkShare.BitlyLogin = value
public static string BitlyLogin { get; set; }
public:
static property String^ BitlyLogin {
    String^ get ();
    void set (String^ value);
}
static function get BitlyLogin () : String
static function set BitlyLogin (value : String)

Property Value

Type: System.String

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

LinkShare Class

Microsoft.Web.Helpers Namespace