LinkConnectDirectiveReferencesDomainRelationship.DomainRelationship Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "LinkConnectDirectives", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.PropertyDisplayName", _
Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("20b13b1c-76d8-4921-9325-a12d75aab513")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property DomainRelationship As DomainRelationship
'Usage
Dim instance As LinkConnectDirectiveReferencesDomainRelationship
Dim value As DomainRelationship
value = instance.DomainRelationship
instance.DomainRelationship = value
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "LinkConnectDirectives",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.PropertyDisplayName",
Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("20b13b1c-76d8-4921-9325-a12d75aab513")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public DomainRelationship DomainRelationship { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"LinkConnectDirectives",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.PropertyDisplayName",
Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"20b13b1c-76d8-4921-9325-a12d75aab513")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirectiveReferencesDomainRelationship/DomainRelationship.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property DomainRelationship^ DomainRelationship {
DomainRelationship^ get ();
void set (DomainRelationship^ value);
}
public function get DomainRelationship () : DomainRelationship
public function set DomainRelationship (value : DomainRelationship)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LinkConnectDirectiveReferencesDomainRelationship Class