Name Property (SecurityLogin)
In This Topic
The name of the entity
The name of the entity
Syntax
'Declaration
Public Overrides NotOverridable Property Name As String
public override string Name {get; set;}
public:
property String^ Name {
String^ get() override;
void set ( String^ value) override;
}
See Also