Password Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the password for connecting to the Historian Server.
'Declaration
<ObsoleteAttribute("This property has been deprecatred and should no longer be used.", False)>
Public Property Password As String
'Usage
Dim instance As HistorianConnectionArgs
Dim value As String
instance.Password = value
value = instance.Password
[Obsolete("This property has been deprecatred and should no longer be used.", false)]
public string Password {get; set;}
[Obsolete("This property has been deprecatred and should no longer be used.", false)]
public:
property String^ Password {
String^ get();
void set ( String^ value);
}