Create a Variable Attributes set from and encoded string.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal enc_str As String _ 
)
C#
public NetricsVarAttr(
   string enc_str
)
C++
public:
 NetricsVarAttr(
   String enc_str
) sealed 
J#
public NetricsVarAttr(
   string enc_str
)
JScript
public function NetricsVarAttr(
   enc_str : String
)

Parameters

enc_str
the string encoded Variable Attributes set.

Exceptions

Exception TypeCondition
ArgumentExceptionif enc_str is invalid.

Remarks

This creates a new Variable Attributes set from a string encoded form of a Variable Attributes as created by the getEncodedStr method.

See Also