DisplayNameResourceAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the display name for a domain property, role or class.
public ref class DisplayNameResourceAttribute sealed : System::ComponentModel::DisplayNameAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class DisplayNameResourceAttribute : System.ComponentModel.DisplayNameAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)>]
type DisplayNameResourceAttribute = class
inherit DisplayNameAttribute
Public NotInheritable Class DisplayNameResourceAttribute
Inherits DisplayNameAttribute
- Inheritance
-
DisplayNameResourceAttribute
- Attributes
Constructors
DisplayNameResourceAttribute(String, Type, String) |
Initializes a new instance of the DisplayNameResourceAttribute class with the specified display name. |
DisplayNameResourceAttribute(String, Type) |
Initializes a new instance of the DisplayNameResourceAttribute class with the specified display name name. |
Properties
DisplayName |
Gets the display name for a domain property, role or class. |
DisplayNameKey |
Caption Key |
ResourceName |
Resource Name for this category |
Type |
Type for this catetory |