Class UserConfiguration
UserConfiguration class
Represents user configuration
public sealed class UserConfiguration
Constructors
Name | Description |
---|
UserConfiguration(UserConfigurationName) | Initializes a new instance of the UserConfiguration class |
Properties
Name | Description |
---|
BinaryData { get; set; } | Gets or sets binary data property content. |
Dictionary { get; } | Gets or sets a set of dictionary property entries. |
Id { get; set; } | Gets or sets the user configuration object item identifier. |
UserConfigurationName { get; set; } | Gets or sets the user configuration object name. |
XmlData { get; set; } | Gets or sets XML data property content. |
See Also