DataMappedObjectTypeAttribute.AvailableRestrictionsList Property

Definition

Gets a list of all the restrictions that are available for the current type.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AvailableRestrictionsList { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AvailableRestrictionsList { get; }
member this.AvailableRestrictionsList : System.Collections.Generic.IList<string>
Public ReadOnly Property AvailableRestrictionsList As IList(Of String)

Property Value

A list of strings containing all the restrictions that are available for the current type.

Applies to