Class GeneralCommand
Inheritance
System.Object
GeneralCommand
Assembly: MediaBrowser.Model.dll
public class GeneralCommand
Properties
Declaration
public Dictionary<string, string> Arguments { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Declaration
public string ControllingUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods