SmartHyperlinkProperty Class
Members See Also 
SourceCode.SmartObjects.Client Namespace : SmartHyperlinkProperty Class



Glossary Item Box

Object Model

SmartHyperlinkProperty Class BaseContainer Class MetaData Class SmartObject Class

Syntax

Visual Basic (Declaration)  
Public Class SmartHyperlinkProperty 
   Inherits SmartProperty
   Implements SourceCode.SmartObjects.Client.BaseClasses.IDeepClone 
Visual Basic (Usage) Copy Code
Dim instance As SmartHyperlinkProperty
C#  
public class SmartHyperlinkProperty : SmartProperty, SourceCode.SmartObjects.Client.BaseClasses.IDeepClone  
C++/CLI  
public ref class SmartHyperlinkProperty : public SmartProperty, SourceCode.SmartObjects.Client.BaseClasses.IDeepClone  

Inheritance Hierarchy

System.Object
   SourceCode.SmartObjects.Client.BaseClasses.BaseContainer
      SourceCode.SmartObjects.Client.SmartProperty
         SourceCode.SmartObjects.Client.SmartHyperlinkProperty

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