module Field
<DataMember()> _
Public module As Nullable(Of LicenseModule)
This language is not supported or no code example is available.
[DataMember()]
public Nullable<LicenseModule> module
This language is not supported or no code example is available.
[DataMember()]
public:
Nullable<LicenseModule> module;
This language is not supported or no code example is available.