ProtoRolePlayer.Ordinals Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property Ordinals As Integer()
'Usage
Dim instance As ProtoRolePlayer
Dim value As Integer()
value = instance.Ordinals
public int[] Ordinals { get; }
public:
property array<int>^ Ordinals {
array<int>^ get ();
}
public function get Ordinals () : int[]
Property Value
Type: array<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.