AcadSecurityParamsClassPassword Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string Password { get; set; }
Public Overridable Property Password As String
Get
Set
public:
virtual property String^ Password {
String^ get ();
void set (String^ value);
}
abstract Password : string with get, set
override Password : string with get, set
Property Value
Type:
String
Implements
IAcadSecurityParamsPassword
See Also