DataPackageView.Properties 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.
Gets a DataPackagePropertySetView object, which contains a read-only set of properties for the data in the DataPackageView object.
public:
property DataPackagePropertySetView ^ Properties { DataPackagePropertySetView ^ get(); };
DataPackagePropertySetView Properties();
public DataPackagePropertySetView Properties { get; }
var dataPackagePropertySetView = dataPackageView.properties;
Public ReadOnly Property Properties As DataPackagePropertySetView
Property Value
The object that contains a read-only set of properties for the data.