LinkConnectDirective.DomainRelationship Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property DomainRelationship As DomainRelationship
'Usage
Dim instance As LinkConnectDirective
Dim value As DomainRelationship
value = instance.DomainRelationship
instance.DomainRelationship = value
public DomainRelationship DomainRelationship { get; set; }
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.