ISessionChannel.Properties 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 type of a session
public:
property Microsoft::VisualStudio::Telemetry::SessionChannel::ChannelProperties Properties { Microsoft::VisualStudio::Telemetry::SessionChannel::ChannelProperties get(); void set(Microsoft::VisualStudio::Telemetry::SessionChannel::ChannelProperties value); };
public Microsoft.VisualStudio.Telemetry.SessionChannel.ChannelProperties Properties { get; set; }
member this.Properties : Microsoft.VisualStudio.Telemetry.SessionChannel.ChannelProperties with get, set
Public Property Properties As ChannelProperties