AttributeAssignment.Value Property
Gets or sets the value that will be assigned.
Syntax
public System.String Value { get; set; }
Property Value
Default: "null"
The value that will be assigned.
Remarks
The value is specified with an expression, which may reference attributes from the original attribute set. If the result of calculating the expression is null, the corresponding attribute will be removed from the attribute set.
Please see Expression Syntax for detailed information about how to write expressions.
Platforms
Windows, Linux, Android