| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="End", IsRequired=True)> Public Property End As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As StatisticsInformationRequest Dim value As Integer instance.End = value value = instance.End | |
| C# | |
|---|---|
[DataMemberAttribute(Name="End", IsRequired=true)] public int End {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="End", IsRequired=true)] public: property int End { int get(); void set ( int value); } | |
Property Value
Indicates the ending color value of the range for the evaluation. This property only accepts positive values.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code