  | BiViewPivotDefinitionColumns Property  | 
 
            Gets or sets the columns of the pivots
            
 
    Namespace: 
   SanteDB.BI.Model
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic string Columns { get; set; }Public Property Columns As String
	Get
	Set
public:
property String^ Columns {
	String^ get ();
	void set (String^ value);
}member Columns : string with get, set
Property Value
Type: 
String
See Also