Name Property

Summary
Gets or sets the name of the element.
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("name", DefaultValue="Name", IsRequired=true, IsKey=true)] 
[StringValidatorAttribute(MinLength=1)] 
public string Name { get; set; } 
public:  
   [ConfigurationPropertyAttribute(L"name", DefaultValue=L"Name", IsRequired=true, IsKey=true),  
   StringValidatorAttribute(MinLength=1)] 
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The name of the element.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.