ChatRoomSettings(String, Uri) Constructor
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.
Initializes a new instance of the ChatRoomSettings class.
public:
ChatRoomSettings(System::String ^ name, Uri ^ parentCategoryUri);
public ChatRoomSettings(string name, Uri parentCategoryUri);
new Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSettings : string * Uri -> Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSettings
Public Sub New (name As String, parentCategoryUri As Uri)
Parameters
- name
- String
The name.
- parentCategoryUri
- Uri
The parent category URI.