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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public Property LinkId As Guid
Get
Private Set
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.