UserInformation Constructors

Definition

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

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

Applies to