ClassHasBaseClass.DerivedClassName Property

Definition

Gets or sets the value of DerivedClassName domain property. Provides the derived class name as a property on the link.

public:
 property System::String ^ DerivedClassName { System::String ^ get(); };
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass/DerivedClassName.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass/DerivedClassName.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("e637a1f8-d233-4912-ab03-d1d73bbc4a77")]
[Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.ReadOnly(true)]
public string DerivedClassName { [System.Diagnostics.DebuggerStepThrough] get; }
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass/DerivedClassName.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass/DerivedClassName.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("e637a1f8-d233-4912-ab03-d1d73bbc4a77")>]
[<Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.ReadOnly(true)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DerivedClassName : string
Public ReadOnly Property DerivedClassName As String

Property Value

Attributes

Applies to