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