Share via


RolePlayerOrderChangedEventArgs.LinkId Property

The Id of the link from source to target ModelElement whose order has been changed

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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

See Also

Reference

RolePlayerOrderChangedEventArgs Class

Microsoft.VisualStudio.Modeling Namespace