ParameterInfo.DesignDefaultValue Property
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.
Design default value
public:
property System::Object ^ DesignDefaultValue { System::Object ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public object DesignDefaultValue { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.DesignDefaultValue : obj
Public ReadOnly Property DesignDefaultValue As Object
Property Value
The design default value.
- Attributes