FilterRuleCustomizationFactory.PropertyValueGetter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a IPropertyValueGetter that can retrieve the values of properties on a given object.
public:
abstract property Microsoft::Management::UI::Internal::IPropertyValueGetter ^ PropertyValueGetter { Microsoft::Management::UI::Internal::IPropertyValueGetter ^ get(); void set(Microsoft::Management::UI::Internal::IPropertyValueGetter ^ value); };
public:
abstract property Microsoft::Management::UI::Internal::IPropertyValueGetter ^ PropertyValueGetter { Microsoft::Management::UI::Internal::IPropertyValueGetter ^ get(); void set(Microsoft::Management::UI::Internal::IPropertyValueGetter ^ value); };
public abstract Microsoft.Management.UI.Internal.IPropertyValueGetter PropertyValueGetter { get; set; }
member this.PropertyValueGetter : Microsoft.Management.UI.Internal.IPropertyValueGetter with get, set
Public MustOverride Property PropertyValueGetter As IPropertyValueGetter