IVsDataMappedObjectSubstitutionValue.MappedRestrictions Property

Definition

Gets the mapped restrictions that are to be converted to underlying restrictions.

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

Property Value

A collection of string values representing the restrictions that are to be converted to the underlying restrictions.

Applies to