LightSwitch HTML Edition
Caption Property






Gets or sets a string to be displayed in the user interface.
Syntax
'Declaration
 
Public Property Caption As System.String
'Usage
 
Dim instance As C1OlapField
Dim value As System.String
 
instance.Caption = value
 
value = instance.Caption
public System.string Caption {get; set;}
public read-write property Caption: System.String; 
public function get,set Caption : System.String
public: __property System.string* get_Caption();
public: __property void set_Caption( 
   System.string* value
);
public:
property System.String^ Caption {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
If this property is set to null or to an empty string, the Name property will be used instead.
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

C1OlapField Class
C1OlapField Members

Send Feedback