Marks a property as a property bag property.
Initializes a new instance of PropertyAttribute.
public Void PropertyAttribute(dataType, caption)
Name | Type | Summary |
---|---|---|
dataType | PropertyDataType | Data type of the property bag property. |
caption | String | Caption of the property bag property. |
Type | Summary |
---|---|
ArgumentNullOrEmptyException | Thrown when caption is null or empty. |
Caption of the property bag property.
public String Caption { get; set; }
Description of the property bag property.
public String Description { get; set; }
Type for getting string resources.
public Type ResourceType { get; set; }
Whether the property must be saved encrypted.
public Boolean SaveEncrypted { get; set; }
In this document