Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ValueType Property
See Also 
Telerik.Cms.Engine Namespace > MetaInfo Structure : ValueType Property


Read-only property. Gets the type of meta information.   

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValueType As MetaValueTypes
Visual Basic (Usage)Copy Code
Dim instance As MetaInfo
Dim value As MetaValueTypes
 
value = instance.ValueType
C# 
public MetaValueTypes ValueType {get;}

Return Value

MetaValueTypes object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also