In This Topic
Gets or sets the @see:PivotField being filtered by this @see:Slicer.
Syntax
'Declaration
Public Property Field As System.String
'Usage
Dim instance As Slicer
Dim value As System.String
instance.Field = value
value = instance.Field
public System.string Field {get; set;}
public read-write property Field: System.String;
public function get,set Field : System.String
public: __property System.string* get_Field();
public: __property void set_Field(
System.string* value
);
public:
property System.String^ Field {
System.String^ get();
void set ( System.String^ value);
}
See Also