StringArrayDefaultValueAttribute Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies the default value for a property of type string array.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    System.ComponentModelDefaultValueAttribute
      ContentStudio.Site.ControlsStringArrayDefaultValueAttribute

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class StringArrayDefaultValueAttribute : DefaultValueAttribute

The StringArrayDefaultValueAttribute type exposes the following members.

Constructors

  NameDescription
Public methodStringArrayDefaultValueAttribute
Initializes a new instance of the StringArrayDefaultValueAttribute class.
Top
Properties

  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Public propertyValue
Gets the default value of the property this attribute is bound to.
(Overrides DefaultValueAttributeValue.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from DefaultValueAttribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from DefaultValueAttribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSetValue (Inherited from DefaultValueAttribute.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference