LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

Subject Property






Gets or sets the subject.
Syntax
public string Subject {get; set;}
'Declaration
 
Public Property Subject As String
'Usage
 
Dim instance As ContextItem
Dim value As String
 
instance.Subject = value
 
value = instance.Subject
public string Subject {get; set;}
 get_Subject();
set_Subject(value);
public:
property String^ Subject {
   String^ get();
   void set (    String^ value);
}

Property Value

The subject.
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

ContextItem Class
ContextItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.