Share via


DomainRoleImplementedByCollectionType.ExternalType Property

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("8bb73d61-d5be-4e1d-80ac-da97f8b153c7")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "DomainRole",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.PropertyDisplayName",  _
    Multiplicity := Multiplicity.ZeroMany)> _
Public Property ExternalType As ExternalType
'Usage
Dim instance As DomainRoleImplementedByCollectionType 
Dim value As ExternalType 

value = instance.ExternalType

instance.ExternalType = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("8bb73d61-d5be-4e1d-80ac-da97f8b153c7")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DomainRole", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.PropertyDisplayName", 
    Multiplicity = Multiplicity.ZeroMany)]
public ExternalType ExternalType { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"8bb73d61-d5be-4e1d-80ac-da97f8b153c7")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"DomainRole", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleImplementedByCollectionType/ExternalType.PropertyDisplayName", 
    Multiplicity = Multiplicity::ZeroMany)]
public:
property ExternalType^ ExternalType {
    ExternalType^ get ();
    void set (ExternalType^ value);
}
public function get ExternalType () : ExternalType 
public function set ExternalType (value : ExternalType)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExternalType

.NET Framework Security

See Also

Reference

DomainRoleImplementedByCollectionType Class

DomainRoleImplementedByCollectionType Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace