TwoLineElement.Classification Property

Top 

Description

The classification of the element set

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"U" ( Unclassified )

Valid Values:

Value

Label

"U"

Unclassified

"C"

Classified

"S"

Secret

 

Syntax

myString1 = myTwoLineElement1.Classification;

 

myTwoLineElement1.Classification = myString1;

 

See also

TwoLineElement Object