ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / Slicer Class / PivotEngineId Property






In This Topic
    PivotEngineId Property (Slicer)
    In This Topic
    The Id of PivotEngine
    Syntax
    'Declaration
     
    
    Public Property PivotEngineId As System.String
    'Usage
     
    
    Dim instance As Slicer
    Dim value As System.String
     
    instance.PivotEngineId = value
     
    value = instance.PivotEngineId
    public System.string PivotEngineId {get; set;}
    public read-write property PivotEngineId: System.String; 
    public function get,set PivotEngineId : System.String
    public: __property System.string* get_PivotEngineId();
    public: __property void set_PivotEngineId( 
       System.string* value
    );
    public:
    property System.String^ PivotEngineId {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also