Class TokenDefinitionPropertyPresetAttribute
Used to mark up preset properties of token definition types.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class TokenDefinitionPropertyPresetAttribute : Attribute
Remarks
Initializes a new instance of the TokenDefinitionPropertyPresetAttribute class.
Constructors
View SourceTokenDefinitionPropertyPresetAttribute(string, string)
Used to mark up preset properties of token definition types.
Declaration
public TokenDefinitionPropertyPresetAttribute(string friendlyName, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | friendlyName | The friendly name. |
| string | description | The description. |
Remarks
Initializes a new instance of the TokenDefinitionPropertyPresetAttribute class.
Properties
View SourceDescription
Gets a more detailed description than FriendlyName
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
FriendlyName
Gets a friendly name, but not necessarily as descriptive as Description
Declaration
public string FriendlyName { get; }
Property Value
| Type | Description |
|---|---|
| string |