Rediģēt

Kopīgot, izmantojot


ClassRecord.GetUInt16(String) Method

Definition

Retrieves the value of the provided memberName.

public:
 System::UInt16 GetUInt16(System::String ^ memberName);
public ushort GetUInt16 (string memberName);
member this.GetUInt16 : string -> uint16
Public Function GetUInt16 (memberName As String) As UShort

Parameters

memberName
String

The name of the member.

Returns

The value.

Applies to