Class UserConfigurationName

UserConfigurationName class

Represents user configuration name

public sealed class UserConfigurationName

Constructors

NameDescription
UserConfigurationName(string, string)Initializes a new instance of the UserConfigurationName class

Properties

NameDescription
FolderId { get; set; }Gets or sets the identifier of folder containing the user configuration object.
Name { get; set; }Gets or sets the user configuration object name.

See Also