RealtimeConversationItem.RawRepresentation 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 or sets the raw representation of the conversation item. This can be used to hold the original data structure received from or sent to the provider.
public:
property System::Object ^ RawRepresentation { System::Object ^ get(); void set(System::Object ^ value); };
public object? RawRepresentation { get; set; }
member this.RawRepresentation : obj with get, set
Public Property RawRepresentation As Object