ContentAttribute Constructor
See Also 
SourceCode.SmartObjects.Client.Attributes Namespace > ContentAttribute Class : ContentAttribute Constructor



contentType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal contentType As ContentType _
)
Visual Basic (Usage) Copy Code
Dim contentType As ContentType
 
Dim instance As New ContentAttribute(contentType)
C#  
public ContentAttribute( 
   ContentType contentType
)
C++/CLI  
public:
ContentAttribute( 
   ContentType contentType
)

Parameters

contentType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also