NET Link Tracker
Description Property (TrackedLink)



KellermanSoftware.NetLinkTracker.Entities Namespace > TrackedLink Class : Description Property
A description that can be used however you want
Syntax
'Declaration
 
<KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMappingAttribute("Description", 
   DbType.AnsiString, 
   255)>
<KellermanSoftware.NetDataAccessLayer.Attributes.NullableAttribute()>
Public Property Description As String
'Usage
 
Dim instance As TrackedLink
Dim value As String
 
instance.Description = value
 
value = instance.Description
[KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMapping("Description", 
   DbType.AnsiString, 
   255)]
[KellermanSoftware.NetDataAccessLayer.Attributes.Nullable()]
public string Description {get; set;}
[KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMapping("Description", 
   DbType.AnsiString, 
   255)]
[KellermanSoftware.NetDataAccessLayer.Attributes.Nullable()]
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}
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

Reference

TrackedLink Class
TrackedLink Members