Chili.Opf3 Send comments on this topic.
HelpLink Property
See Also 
Chili.Opf3.Concurrency.TimeStamp Namespace > TimeStampTypeInvalidException Class : HelpLink Property




Syntax

Visual Basic (Declaration) 
Public Property HelpLink As String
Visual Basic (Usage)Copy Code
Dim instance As TimeStampTypeInvalidException
Dim value As String
 
instance.HelpLink = value
 
value = instance.HelpLink
C# 
public string HelpLink {get; set;}
Managed Extensions for C++ 
public: __property string* get_HelpLink();
public: __property void set_HelpLink( 
   string* value
);
C++/CLI 
public:
property String^ HelpLink {
   String^ get();
   void set (String^ value);
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also