Conversation.ActiveMediaTypes 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.
Caution
This method will be removed from future versions. Use method 'GetActiveMediaTypes()'
Gets the list of active media types for this conversation.
public:
property System::Collections::ObjectModel::Collection<System::String ^> ^ ActiveMediaTypes { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
[System.Obsolete("This method will be removed from future versions. Use method 'GetActiveMediaTypes()'")]
public System.Collections.ObjectModel.Collection<string> ActiveMediaTypes { get; }
member this.ActiveMediaTypes : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ActiveMediaTypes As Collection(Of String)
Property Value
- Attributes
Remarks
This property will be removed from future versions. Instead use method GetActiveMediaTypes().