UserConfiguration
UserConfiguration class
Represents user configuration
public sealed class UserConfiguration
Constructors
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