PresenceCategory Constructors
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.
Overloads
PresenceCategory(PresenceCategoryWithMetaData) |
Creates a new instance of the PresenceCategory class. |
PresenceCategory(String) |
Creates a new instance of the PresenceCategory class. |
PresenceCategory(PresenceCategoryWithMetaData)
Creates a new instance of the PresenceCategory class.
protected:
PresenceCategory(Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^ category);
protected PresenceCategory (Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData category);
new Microsoft.Rtc.Collaboration.Presence.PresenceCategory : Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData -> Microsoft.Rtc.Collaboration.Presence.PresenceCategory
Protected Sub New (category As PresenceCategoryWithMetaData)
Parameters
- category
- PresenceCategoryWithMetaData
The category to copy.
Applies to
PresenceCategory(String)
Creates a new instance of the PresenceCategory class.
protected:
PresenceCategory(System::String ^ name);
protected PresenceCategory (string name);
new Microsoft.Rtc.Collaboration.Presence.PresenceCategory : string -> Microsoft.Rtc.Collaboration.Presence.PresenceCategory
Protected Sub New (name As String)
Parameters
- name
- String
The name of the presence category.