 | SettingsDescription Property |
Returns a descriptive name of this StringValueGetter,
e.g. name plus source path if applicable.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.SettingsAccess (in NetEti.SettingsAccess.dll) Version: 1.0.0+74327f8a513c1d4c053691f6420f2266134edbbe
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Description : string with get, set
override Description : string with get, set
Property value
StringImplemented
IGetStringValueDescription
See also