Class DRMPropertyValue
Inheritance
System.Object
DRMPropertyValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.TV.UIControls.Forms
Assembly: Tizen.TV.UIControls.Forms.dll
Syntax
public class DRMPropertyValue
Constructors
DRMPropertyValue(Boolean)
Declaration
public DRMPropertyValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
DRMPropertyValue(String)
Declaration
public DRMPropertyValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Properties
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Operators
Implicit(Boolean to DRMPropertyValue)
Declaration
public static implicit operator DRMPropertyValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
DRMPropertyValue |
Implicit(String to DRMPropertyValue)
Declaration
public static implicit operator DRMPropertyValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
DRMPropertyValue |