Class ManagedResource
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a managed resource.
[Serializable]
public class ManagedResource : Resource
- Inheritance
-
ManagedResource
- Inherited Members
- Extension Methods
Constructors
ManagedResource(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public ManagedResource(PropertyStore store)
Parameters
storePropertyStore
Properties
Name
Specifies the name which can be used to access the resource programmatically.
public string Name { get; set; }