ConferenceAccessInformation.AdmissionKey property
Gets the conference admission key.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property AdmissionKey As String
Get
'Usage
Dim instance As ConferenceAccessInformation
Dim value As String
value = instance.AdmissionKey
public string AdmissionKey { get; }
Property value
Type: System.String
See also
Reference
ConferenceAccessInformation class