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