Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 9
Represents the resource control information.
public class ResourceControl
- Inheritance
-
System.Object
ResourceControl
Properties
Declaration
public bool IsAutoClose { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 9
View Source
MaxResourceVersion
The maximum version of required resource package.
Declaration
public string MaxResourceVersion { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
View Source
MinResourceVersion
The minimum version of required resource package.
Declaration
public string MinResourceVersion { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string ResourceType { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9