Description
One-letter classification indicator. U - Unclassified, C - Classified, S - Secret.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Classification() As String
|
| [C#] |
|---|
public string Classification {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Classification(); public: __property void set_Classification(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Classification(
BSTR * pVal
);
public: HRESULT put_Classification(
BSTR Classification
);
|
| [Java] |
|---|
public String getClassification();
public void setClassification(
String
);
|
See Also