FuelSDK-CSharp
Public Member Functions | Properties | List of all members
FuelSDK.FuelSDKConfigurationSection Class Reference

FuelSDKConfigurationSection - Represents ConfigurationSection More...

Inheritance diagram for FuelSDK.FuelSDKConfigurationSection:

Public Member Functions

object Clone ()
 Clone this instance. More...
 
override bool IsReadOnly ()
 Ises the read only. More...
 

Properties

string AppSignature [get, set]
 Gets or sets the app signature. More...
 
string ClientId [get, set]
 Gets or sets the client identifier. More...
 
string ClientSecret [get, set]
 Gets or sets the client secret. More...
 
string SoapEndPoint [get, set]
 Gets or sets the SOAP end point. More...
 
string AuthenticationEndPoint [get, set]
 

Detailed Description

FuelSDKConfigurationSection - Represents ConfigurationSection

Member Function Documentation

◆ Clone()

object FuelSDK.FuelSDKConfigurationSection.Clone ( )
inline

Clone this instance.

Returns
The clone.

◆ IsReadOnly()

override bool FuelSDK.FuelSDKConfigurationSection.IsReadOnly ( )
inline

Ises the read only.

Returns
true, if read only, false otherwise.

Property Documentation

◆ AppSignature

string FuelSDK.FuelSDKConfigurationSection.AppSignature
getset

Gets or sets the app signature.

The app signature.

◆ ClientId

string FuelSDK.FuelSDKConfigurationSection.ClientId
getset

Gets or sets the client identifier.

The client identifier.

◆ ClientSecret

string FuelSDK.FuelSDKConfigurationSection.ClientSecret
getset

Gets or sets the client secret.

The client secret.

◆ SoapEndPoint

string FuelSDK.FuelSDKConfigurationSection.SoapEndPoint
getset

Gets or sets the SOAP end point.

The SOAP end point.


The documentation for this class was generated from the following file: