C#
VB
C++
Gets or sets the name of the element.
[ConfigurationPropertyAttribute("name", DefaultValue="Name", IsRequired=true, IsKey=true)][StringValidatorAttribute(MinLength=1)]public string Name { get; set; }
<StringValidatorAttribute(1)><ConfigurationPropertyAttribute(Name="name",Options=ConfigurationPropertyOptions.IsRequired Or _ConfigurationPropertyOptions.IsKey,IsDefaultCollection=False,IsRequired=True,IsKey=True)>Public Property Name As String
[StringValidatorAttribute(1)][ConfigurationPropertyAttribute(Name="name",Options=ConfigurationPropertyOptions.IsRequired |ConfigurationPropertyOptions.IsKey,IsDefaultCollection=false,IsRequired=true,IsKey=true)]public:property String^ Name {String^ get();void set ( String^ );}
The name of the element.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
