Marks a class as a PropertyBag.
Initializes a new instance of BagAttribute.
public Void BagAttribute(bagKey, caption)
Name | Type | Summary |
---|---|---|
bagKey | String | Bag key that groups the properties on the store. |
caption | String | Caption of the property bag. |
Type | Summary |
---|---|
ArgumentNullOrEmptyException | Thrown when bagKey is null or empty. |
ArgumentNullOrEmptyException | Thrown when caption is null or empty. |
Bag key that groups the properties on the store.
public String BagKey { get; set; }
Caption of the property bag.
public String Caption { get; set; }
Description of the property bag.
public String Description { get; set; }
Type for getting string resources.
public Type ResourceType { get; set; }
In this document