| CollapseKeyPropertyName Property |
Gets or sets the name of the property can be collapsed if a key is used
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string PropertyName { get; set; }
Public Property PropertyName As String
Get
Set
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
Property Value
Type:
StringSee Also