XmlClassData.MonikerAttributeName Property

Gets or sets the value of MonikerAttributeName domain property. Name of attribute used in moniker elements to contain the reference. If blank, the name of the key property or id is used.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

[DomainObjectIdAttribute("7f4eb453-ecb8-4614-a96a-eeab3bfb3499")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/MonikerAttributeName.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/MonikerAttributeName.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/MonikerAttributeName.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public string MonikerAttributeName { get; set; }

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

XmlClassData Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace