ValidationSummaryItem.MemberCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the count of members that were validated.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public int MemberCount { get; set; }
public:
[DataMemberAttribute]
property int MemberCount {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member MemberCount : int with get, set
<DataMemberAttribute>
Public Property MemberCount As Integer

Property Value

Type: System.Int32

An integer representing the count.

See Also

ValidationSummaryItem Class
Microsoft.MasterDataServices Namespace

Return to top