ECMA2 Framework
Home
  • Home
  • Using the Framework
    • Getting started
    • Definining the schema
    • Definining capabilites
    • Defining configuration parameters
    • Using the ProducerConsumerImportProvider
    • Building single-file assemblies
  • Additional resources
    • Example projects
      • Lithnet Okta Management Agent
      • Simple example
    • Troubleshooting
    • Change log
  • Advanced
    • API Reference
      • CapabilitiesConfigurationAttribute
      • CheckboxParameterAttribute
      • ConnectivityConfigurationAttribute
      • DataParameterAttribute
      • DividerParameterAttribute
      • DropdownParameterAttribute
      • Ecma2FrameworkOptions
      • EncryptedStringParameterAttribute
      • ExportContext
      • FileParameterAttribute
      • GlobalConfigurationAttribute
      • ICapabilitiesProvider
      • IConfigParameters
      • IConfigParametersProvider
      • IContextInitializer
      • ICSEntryChangeCollection
      • IEcmaStartup
      • ImportContext
      • IObjectExportProvider
      • IObjectImportProvider
      • IObjectPasswordProvider
      • ISchemaProvider
      • LabelParameterAttribute
      • MultilineTextboxParameterAttribute
      • ParameterAttribute
      • PartitionConfigurationAttribute
      • PasswordContext
      • ProducerConsumerImportProvider<TObject>
      • RunStepConfigurationAttribute
      • SchemaConfigurationAttribute
      • StringParameterAttribute
      • UIParameterAttribute
Powered by GitBook
On this page
  • Properties
  • Name
  • TypeId
  • Constructors
  • LabelParameterAttribute(String)
  1. Advanced
  2. API Reference

LabelParameterAttribute

PreviousISchemaProviderNextMultilineTextboxParameterAttribute

Last updated 1 year ago

Namespace: Lithnet.Ecma2Framework

Defines a configuration parameter that is rendered as a heading label in the management agent's configuration pages The label has no data backing and therefore is not associated with a property, rather it is added to an existing property. The label will be displayed above the decorated property.

public class LabelParameterAttribute : UIParameterAttribute

Inheritance → → → →

Properties

Name

Gets the name of the parameter, as shown to the user on the MIM configuration page

public string Name { get; }

Property Value

TypeId

public object TypeId { get; }

Property Value

Constructors

LabelParameterAttribute(String)

Initializes a new instance of the LabelParameterAttribute class

public LabelParameterAttribute(string name)

Parameters

name The name of the parameter, as shown to the user on the MIM configuration page

Object
Attribute
ParameterAttribute
UIParameterAttribute
LabelParameterAttribute
String
Object
String