NTAccount::Value Property

 

Returns an uppercase string representation of this NTAccount object.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Value {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The uppercase string representation of this NTAccount object.

.NET Framework
Available since 2.0
Return to top
Show: