Gets the current API key to use in requests.
            
         
        Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
 Syntax
Syntaxpublic string ApiKey { get; }Public ReadOnly Property ApiKey As String
	Get
public:
property String^ ApiKey {
	String^ get ();
}member ApiKey : string with get
Property Value
Type: 
String See Also
See Also