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