ClosureFindAndRelateElementOperation.TargetDomainRelationshipId Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property TargetDomainRelationshipId As Guid
'Usage
Dim instance As ClosureFindAndRelateElementOperation
Dim value As Guid
value = instance.TargetDomainRelationshipId
instance.TargetDomainRelationshipId = value
public Guid TargetDomainRelationshipId { get; set; }
public:
property Guid TargetDomainRelationshipId {
Guid get ();
void set (Guid value);
}
public function get TargetDomainRelationshipId () : Guid
public function set TargetDomainRelationshipId (value : Guid)
Property Value
Type: System.Guid
.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
ClosureFindAndRelateElementOperation Class