ServiceProxy<TService>.SecurityTokenResponse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the security token response.
public: property Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ SecurityTokenResponse { public:
Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ get(); protected:
void set(Microsoft::Xrm::Sdk::Client::SecurityTokenResponse ^ value); };
public Microsoft.Xrm.Sdk.Client.SecurityTokenResponse SecurityTokenResponse { get; protected set; }
member this.SecurityTokenResponse : Microsoft.Xrm.Sdk.Client.SecurityTokenResponse with get, set
Public Property SecurityTokenResponse As SecurityTokenResponse
Property Value
The security token response.