Class SetPropertyRulePropertyNameResult
public sealed record SetPropertyRulePropertyNameResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetPropertyRulePropertyNameResult>
- Inheritance
-
EmptyResultSetPropertyRulePropertyNameResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetPropertyRulePropertyNameResult(Value)
public SetPropertyRulePropertyNameResult(Value PropertyName)
Parameters
PropertyNameValueThe resulting key text after modification.
Properties
PropertyName
The resulting key text after modification.
public Value PropertyName { get; init; }