'Declaration
<NotNullAttribute()> ReadOnly Property ServerTables As IUAServerTables
'Usage
Dim instance As IEasyUAClientComplexData Dim value As IUAServerTables value = instance.ServerTables
[NotNull()] IUAServerTables ServerTables {get;}
[NotNull()] property IUAServerTables^ ServerTables { IUAServerTables^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).