| EntityEditEntryPropertyName Property |
This is preliminary documentation and is subject to change.
The CLR property name of the changed value.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string PropertyName { get; set; }
Public Property PropertyName As String
Get
Set
Dim instance As EntityEditEntry
Dim value As String
value = instance.PropertyName
instance.PropertyName = value
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
Property Value
StringRemarks
This is usually a property name in
Entity class.
See Also