Table of Contents

Constructor SA

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

SA()

Initializes a new instance of the SA class.

public SA()

SA(string[])

Initializes a new instance of the SA class using the specified string array.

public SA(string[] sa)

Parameters

sa string[]

The string array to wrap.

Remarks

If sa is null, Sa is set to an empty array.