BasePathAttribute.

DefaultValue Property

Summary

If not specified, the default value is null. If this is null, and Required is false, MustExist can not be true.

Syntax

public string DefaultValue { get; set; }

Remarks

This is a string, and not a Path because Path can not be a property on an attribute.

Value

Type Description
string