API Reference
Class
AdxShareInputValidationIssue
Typed validation issue for owner mappings, discounted principals, and share policy inputs.
Inheritance
- Object
- AdxShareInputValidationIssue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdxShareInputValidationIssue() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AdxShareInputValidationSeverity Severity { get; set; } #Issue severity.
public String Code { get; set; } #Stable issue code.
public String Field { get; set; } #Name of the input field involved in the issue.
public String Value { get; set; } #Input value involved in the issue.
public String Message { get; set; } #Human-readable message.