LinkShare.BitlyApiKey Property

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

Syntax

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

value = LinkShare.BitlyApiKey

LinkShare.BitlyApiKey = value
public static string BitlyApiKey { get; set; }
public:
static property String^ BitlyApiKey {
    String^ get ();
    void set (String^ value);
}
static function get BitlyApiKey () : String
static function set BitlyApiKey (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