ValidationRule.ID Property

Gets or sets the validation identifier.

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

Syntax

'Declaration
Public ReadOnly Property ID As Integer 
    Get
'Usage
Dim instance As ValidationRule 
Dim value As Integer 

value = instance.ID
public int ID { get; }
public:
property int ID {
    int get ();
}
member ID : int
function get ID () : int

Property Value

Type: System.Int32
The id.

See Also

Reference

ValidationRule Class

Microsoft.AnalysisServices Namespace