Show / Hide Table of Contents

Class StbExtProperty

Inheritance
System.Object
StbExtProperty
Namespace: STBDotNet.v202
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
Type Description
StbExtPropertyType
| Improve this Doc View Source

value

Declaration
public string value { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX