PropertyCondition.PropertyOperatorWrapper 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 the string representation of the operator for this property condition.
public:
property System::String ^ PropertyOperatorWrapper { System::String ^ get(); void set(System::String ^ value); };
public string PropertyOperatorWrapper { get; set; }
member this.PropertyOperatorWrapper : string with get, set
Public Property PropertyOperatorWrapper As String
Property Value
The string representation of the operator.