Class PropertyComparison
Represents a Property equals "(operatingSystem=Windows XP)" There is also a Negate method, which makes "(!operatingSystem=Windows XP)"
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.ActiveDirectory.Entities
Assembly: Dapplo.ActiveDirectory.dll
Syntax
public class PropertyComparison : QueryElement
Properties
| Improve this Doc View SourceComparison
The used comparison
Declaration
public Comparisons Comparison { get; set; }
Property Value
Type | Description |
---|---|
Comparisons |
Not
Returns true if the comparison is a "not"
Declaration
public bool Not { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Property
The property to compare
Declaration
public Property Property { get; set; }
Property Value
Type | Description |
---|---|
Property |
Value
The value to compare
Declaration
public Value Value { get; set; }
Property Value
Type | Description |
---|---|
Value |
Methods
| Improve this Doc View SourceNegate()
Invert the comparison
Declaration
public void Negate()
ToString()
Create a string representation of this property comparison
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()