[Missing <summary> documentation for "P:Breeze.Sharp.StructuralType.ComplexProperties"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public ReadOnlyCollection<DataProperty> ComplexProperties { get; }
Public ReadOnly Property ComplexProperties As ReadOnlyCollection(Of DataProperty)
Get
public:
property ReadOnlyCollection<DataProperty^>^ ComplexProperties {
ReadOnlyCollection<DataProperty^>^ get ();
}
member ComplexProperties : ReadOnlyCollection<DataProperty> with get
Property Value
Type:
ReadOnlyCollectionDataProperty
Reference