 | RegDescription Property |
Returns a descriptive name of this StringValueGetter,
e.g. name plus source path if applicable.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
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