TeamFoundationMetadataAttribute.Ordinal Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Ordinal As Short
public short Ordinal { get; private set; }
public:
property short Ordinal {
short get ();
private: void set (short value);
}
member Ordinal : int16 with get, private set
function get Ordinal () : short
private function set Ordinal (value : short)
Property Value
Type: System.Int16
.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.