[This is preliminary documentation and is subject to change.]
A container for fees for use of the content in the object.
| C# | Visual Basic | Visual C++ |
public class FeesForUse : SifKeyedList<string, FeeForUse>
Public Class FeesForUse _ Inherits SifKeyedList(Of String, FeeForUse)
public ref class FeesForUse : public SifKeyedList<String^, FeeForUse^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| FeesForUseFeesForUseNew()() |
Creates an instance of a FeesForUse
| |
| FeesForUseFeesForUseNew(FeeForUse) |
Constructor that accepts values for all mandatory fields
| |
| AddFeeForUse(String) | Adds the value of the <FeeForUse> element. |
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <FeeForUse>)> | |||||
| SifKeyedList<(Of <String, FeeForUse>)> | |||||
| FeesForUse | |||||