ConferenceCommandResponse.StatusCode Property
Get the command status value from the response.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property StatusCode As CommandStatusCode
Get
Protected Set
'Usage
Dim instance As ConferenceCommandResponse
Dim value As CommandStatusCode
value = instance.StatusCode
instance.StatusCode = value
public CommandStatusCode StatusCode { get; protected set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CommandStatusCode
See Also
Reference
ConferenceCommandResponse Class