Class StbExtProperty
Inheritance
System.Object
StbExtProperty
Assembly: STBDotNet.dll
Syntax
public class StbExtProperty : object
Properties
|
Improve this Doc
View Source
key
Declaration
public string key { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
type
Declaration
public StbExtPropertyType type { get; set; }
Property Value
|
Improve this Doc
View Source
value
Declaration
public string value { get; set; }
Property Value
Type |
Description |
System.String |
|