[This is preliminary documentation and is subject to change.]
Sets the value of the <AccountType> element.
| C# | Visual Basic | Visual C++ |
public void SetAccountType( AccountClass val )
Public Sub SetAccountType ( _ val As AccountClass _ )
public: void SetAccountType ( AccountClass^ val )
- val (AccountClass)
- A AccountClass object
The SIF specification defines the meaning of this element as: "Classification of budgetary account code summary"
This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.
| Version | Tag |
|---|---|
| 1.5r1 | <AcctType> |
| 2.0 | <AccountType> |
Version: 2.0
Since: 1.5r1