'Declaration
Public Property ServerMappings As UShort()
'Usage
Dim instance As NodeIdParsingOptions Dim value() As UShort instance.ServerMappings = value value = instance.ServerMappings
public ushort[] ServerMappings {get; set;}
public: property array<ushort>^ ServerMappings { array<ushort>^ get(); void set ( array<ushort>^ value); }