PropertyName Property (AggregateDefinition)
In This Topic
Gets or sets the name of column should be used. It is used if
Column property is not filled (equals -1).
Syntax
'Declaration
Public Property PropertyName As String
public string PropertyName {get; set;}
See Also