ParameterInfo.IsOptional Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IsOptional As Boolean
    Get
'Usage
Dim instance As ParameterInfo
Dim value As Boolean

value = instance.IsOptional
public bool IsOptional { get; }
public:
property bool IsOptional {
    bool get ();
}
member IsOptional : bool
function get IsOptional () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ParameterInfo Class

ParameterInfo Members

System.Reflection.Mock Namespace