Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 960 Bytes

File metadata and controls

39 lines (27 loc) · 960 Bytes
title class LicenseNameAndDescriptionItem
description Documents the licensenameanddescriptionitem::undefined class of the Microsoft Information Protection (MIP) SDK.
author msmbaldwin
ms.service information-protection
ms.topic reference
ms.author mbaldwin
ms.date 11/07/2023

class LicenseNameAndDescriptionItem

The descriptor line item from a license.

Summary

Members Descriptions
public uint32_t GetLCID() const Gets the lcid.
public const std::string& GetName() const Gets the name.
public const std::string& GetDescription() const Gets the description.

Members

GetLCID function

Gets the lcid.

Returns: The LCID

GetName function

Gets the name.

Returns: The name

GetDescription function

Gets the description.

Returns: The description