AttributeMapping.ComputedProperties Property

Definition

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ ComputedProperties { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<string> ComputedProperties { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ComputedProperties : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ComputedProperties As Collection(Of String)

Property Value

Returns Collection<T>.

Attributes

Applies to