PropertySetData.ReferencedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The referenced properties.
public:
property System::Collections::ObjectModel::Collection<System::String ^> ^ ReferencedProperties { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> ReferencedProperties { get; }
member this.ReferencedProperties : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property ReferencedProperties As Collection(Of String)