ApplicationCondition Class
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.
Application's condition
public class ApplicationCondition
type ApplicationCondition = class
Public Class ApplicationCondition
- Inheritance
-
ApplicationCondition
Constructors
ApplicationCondition() |
Initializes a new instance of the ApplicationCondition class. |
ApplicationCondition(String, String, String) |
Initializes a new instance of the ApplicationCondition class. |
Properties
OperatorProperty |
Gets or sets the application Condition's Operator, for example Contains for id or In for list of possible IDs, see examples Possible values include: 'Contains', 'Equals', 'In' |
Property |
Gets or sets the application Condition's Property, e.g. ID, see examples |
Value |
Gets or sets the application Condition's Value like IDs that contain some string, see examples |