This document is archived and information here might be outdated. Recommended version. |
The year this rule is in effect.
[Visual Basic .NET]
Public Property Year As Integer
[C#]
public int Year {get; set;}
[C++]
HRESULT get_Year(
System.Int32* Year
);
[C++]
HRESULT put_Year(
long Year
);
[C++] Parameters Year [out, retval]
Year is a parameter of type long* Year [in]
Year is a parameter of type long