ConferenceCommandResponse.Reason Property
Get the specific reason for failure, if available.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Reason As String
Get
Protected Set
'Usage
Dim instance As ConferenceCommandResponse
Dim value As String
value = instance.Reason
instance.Reason = value
public string Reason { get; protected set; }
Property Value
Type: System.String
See Also
Reference
ConferenceCommandResponse Class