public sealed class GetConnectionProfileRequest : IMessage<GetConnectionProfileRequest>, IEquatable<GetConnectionProfileRequest>, IDeepCloneable<GetConnectionProfileRequest>, IBufferMessage, IMessage
Request message for 'GetConnectionProfile' request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `GetConnectionProfileRequest` class, which is used to request a specific connection profile."],["The latest version of the `GetConnectionProfileRequest` class is 2.5.0, but multiple previous versions are also documented, ranging back to version 1.0.0."],["`GetConnectionProfileRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetConnectionProfileRequest()` and `GetConnectionProfileRequest(GetConnectionProfileRequest)`, and two properties, `ConnectionProfileName` and `Name`."],["`Name` is a required property of type String, while `ConnectionProfileName` provides a typed view over the Name property."]]],[]]