ValidationPolicy.MinimumRows Property

Gets or sets the minimum rows.

Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Usage

'Usage
Dim instance As ValidationPolicy
Dim value As Nullable(Of Long)

value = instance.MinimumRows

instance.MinimumRows = value

Syntax

'Declaration
Public Property MinimumRows As Nullable(Of Long)
public Nullable<long> MinimumRows { get; set; }
public:
property Nullable<long long> MinimumRows {
    Nullable<long long> get ();
    void set (Nullable<long long> value);
}
/** @property */
public Nullable<long> get_MinimumRows ()

/** @property */
public void set_MinimumRows (Nullable<long> value)
public function get MinimumRows () : Nullable<long>

public function set MinimumRows (value : Nullable<long>)

Property Value

The minimum rows.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ValidationPolicy Class
ValidationPolicy Members
Microsoft.Azure.Management.DataFactories.Models Namespace