Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Id of the link from source to target ModelElement whose order has been changed
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Property LinkId As Guid
public Guid LinkId { get; private set; }
public:
property Guid LinkId {
Guid get ();
private: void set (Guid value);
}
member LinkId : Guid with get, private set
function get LinkId () : Guid
private function set LinkId (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.