TimeSpanGenerator.Min Property
Gets or sets the minimum value.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
Public Property Min As TimeSpan
Get
Set
'Usage
Dim instance As TimeSpanGenerator
Dim value As TimeSpan
value = instance.Min
instance.Min = value
public TimeSpan Min { get; set; }
public:
property TimeSpan Min {
TimeSpan get ();
void set (TimeSpan value);
}
function get Min () : TimeSpan
function set Min (value : TimeSpan)
member Min : TimeSpan with get, set
Property Value
Type: System.TimeSpan
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.