Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
property_data.h
Go to the documentation of this file.
1#ifndef UPE_CORE_API_DTO_PROPERTY_DATA_H_
2#define UPE_CORE_API_DTO_PROPERTY_DATA_H_
3
4#include <map>
5#include <string>
6
7#include "mip/mip_namespace.h"
8
9MIP_NAMESPACE_BEGIN
10
12public:
13 virtual const std::string& GetId() const = 0;
14 virtual const std::string& GetName() const = 0;
15 virtual ~PropertyData() {}
16};
17
18MIP_NAMESPACE_END
19
20#endif // UPE_CORE_API_DTO_PROPERTY_DATA_H_
Definition property_data.h:11
virtual const std::string & GetId() const =0
virtual ~PropertyData()
Definition property_data.h:15
virtual const std::string & GetName() const =0
MIP namespace macros.