Class CustomProperty

CustomProperty class

Represents identifier information.

public class CustomProperty

Constructors

NameDescription
CustomProperty()The default constructor.

Properties

NameDescription
Name { get; set; }Returns or sets the name of the object.
StringValue { get; set; }(Obsolete.) Returns or sets the value of the custom property.
Value { get; set; }Returns or sets the value of the custom property.

See Also