ParameterDefault.GetDefaultValue Method
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.
Generates a value for the parameter.
public abstract string GetDefaultValue ();
abstract member GetDefaultValue : unit -> string
Public MustOverride Function GetDefaultValue () As String
Returns
The generated string value.