|
NodeSettings Property
|
Settings field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntaxpublic string Settings { get; set; }
Public Property Settings As String
Get
Set
public:
property String^ Settings {
String^ get ();
void set (String^ value);
}
member Settings : string with get, set
function get_Settings();
function set_Settings(value);
View SourceProperty Value
String
See Also