Class ResourceControl
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Represents the resource control information.
public class ResourceControl
- Inheritance
-
objectResourceControl
Properties
View SourceIsAutoClose
The auto close property.
Declaration
public bool IsAutoClose { get; }
Property Value
Type | Description |
---|---|
bool |
MaxResourceVersion
The maximum version of required resource package.
Declaration
public string MaxResourceVersion { get; }
Property Value
Type | Description |
---|---|
string |
MinResourceVersion
The minimum version of required resource package.
Declaration
public string MinResourceVersion { get; }
Property Value
Type | Description |
---|---|
string |
ResourceType
The resource type.
Declaration
public string ResourceType { get; }
Property Value
Type | Description |
---|---|
string |