Share via


WebletItem.objectType Method

Definition

Overloads

objectType()
objectType(Int32)

objectType()

public:
 virtual int objectType();
public virtual int objectType ();
abstract member objectType : unit -> int
override this.objectType : unit -> int
Public Overridable Function objectType () As Integer

Returns

Applies to

objectType(Int32)

public:
 virtual int objectType(int _value);
public virtual int objectType (int _value);
abstract member objectType : int -> int
override this.objectType : int -> int
Public Overridable Function objectType (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to