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
9
MIP_NAMESPACE_BEGIN
10
11
class
PropertyData
{
12
public
:
13
virtual
const
std::string&
GetId
()
const
= 0;
14
virtual
const
std::string&
GetName
()
const
= 0;
15
virtual
~PropertyData
() {}
16
};
17
18
MIP_NAMESPACE_END
19
20
#endif
// UPE_CORE_API_DTO_PROPERTY_DATA_H_
PropertyData
Definition
property_data.h:11
PropertyData::GetId
virtual const std::string & GetId() const =0
PropertyData::~PropertyData
virtual ~PropertyData()
Definition
property_data.h:15
PropertyData::GetName
virtual const std::string & GetName() const =0
mip_namespace.h
MIP namespace macros.
mip-sdk-for-cpp
src
api
mip
upe
core
dto
property_data.h
Generated by
1.12.0