Credential Property

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property Credential As NetworkCredential
    Get
    Set
'Usage
Dim instance As UserEndpointSettings
Dim value As NetworkCredential

value = instance.Credential

instance.Credential = value
public NetworkCredential Credential { get; set; }

Property Value

Type: System.Net..::..NetworkCredential

See Also

Reference

UserEndpointSettings Class

UserEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace