Windward Engine API Reference
Authenticator Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.authentication Namespace > OAuthCredentials Class : Authenticator Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property Authenticator As OAuthenticator
Visual Basic (Usage)Copy Code
Dim instance As OAuthCredentials
Dim value As OAuthenticator
 
instance.Authenticator = value
 
value = instance.Authenticator
C# 
public OAuthenticator Authenticator {get; set;}
Managed Extensions for C++ 
public: __property OAuthenticator* get_Authenticator();
public: __property void set_Authenticator( 
   OAuthenticator* value
);
C++/CLI 
public:
property OAuthenticator^ Authenticator {
   OAuthenticator^ get();
   void set (    OAuthenticator^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.