UserInformation 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
| UserInformation() | |
| UserInformation(PresenceCategoryWithMetaData) | |
| UserInformation(UserInformation) |
UserInformation()
public:
UserInformation();
public UserInformation ();
Public Sub New ()
Applies to
UserInformation(PresenceCategoryWithMetaData)
public:
UserInformation(Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^ category);
public UserInformation (Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData category);
new Microsoft.Rtc.Internal.Collaboration.UserInformation : Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData -> Microsoft.Rtc.Internal.Collaboration.UserInformation
Public Sub New (category As PresenceCategoryWithMetaData)
Parameters
- category
- PresenceCategoryWithMetaData
Applies to
UserInformation(UserInformation)
public:
UserInformation(Microsoft::Rtc::Internal::Collaboration::UserInformation ^ information);
public UserInformation (Microsoft.Rtc.Internal.Collaboration.UserInformation information);
new Microsoft.Rtc.Internal.Collaboration.UserInformation : Microsoft.Rtc.Internal.Collaboration.UserInformation -> Microsoft.Rtc.Internal.Collaboration.UserInformation
Public Sub New (information As UserInformation)
Parameters
- information
- UserInformation