MonikerKey.DomainRelationshipId Property
Gets the GUID of the domain relationship associated with this MonikerKey.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property DomainRelationshipId As Guid
'Usage
Dim instance As MonikerKey
Dim value As Guid
value = instance.DomainRelationshipId
public Guid DomainRelationshipId { get; }
public:
property Guid DomainRelationshipId {
Guid get ();
}
public function get DomainRelationshipId () : Guid
Property Value
Type: System.Guid
The GUID of the domain relationship associated with this MonikerKey.
.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
Microsoft.VisualStudio.Modeling Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added documentation for members. |
Content bug fix. |