RolePlayerOrderChangedEventArgs.OldOrdinal Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property OldOrdinal As Integer
'Usage
Dim instance As RolePlayerOrderChangedEventArgs
Dim value As Integer
value = instance.OldOrdinal
public int OldOrdinal { get; }
public:
property int OldOrdinal {
int get ();
}
public function get OldOrdinal () : int
Property Value
Type: System.Int32
.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
RolePlayerOrderChangedEventArgs Class