SPRSServiceConfiguration.AuthenticationType Property

Gets or sets the authentication type of the report server.

Namespace:  Microsoft.ReportingServices.SharePoint.Common
Assembly:  Microsoft.ReportingServices.SharePoint.Common (in Microsoft.ReportingServices.SharePoint.Common.dll)

Syntax

'Declaration
Public Property AuthenticationType As RSAuthenticationType
    Get
    Set
'Usage
Dim instance As SPRSServiceConfiguration
Dim value As RSAuthenticationType

value = instance.AuthenticationType

instance.AuthenticationType = value
public RSAuthenticationType AuthenticationType { get; set; }
public:
property RSAuthenticationType AuthenticationType {
    RSAuthenticationType get ();
    void set (RSAuthenticationType value);
}
member AuthenticationType : RSAuthenticationType with get, set
function get AuthenticationType () : RSAuthenticationType
function set AuthenticationType (value : RSAuthenticationType)