다음을 통해 공유


DomainRelationship.Target Property

Gets or sets Target. Target role of the relationship.

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

Syntax

‘선언
Public Property Target As DomainRole
    Get
    Set
public DomainRole Target { get; set; }
public:
property DomainRole^ Target {
    DomainRole^ get ();
    void set (DomainRole^ value);
}
member Target : DomainRole with get, set
function get Target () : DomainRole
function set Target (value : DomainRole)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole

.NET Framework Security

See Also

Reference

DomainRelationship Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace