Share via


LocalizedString.BaseId property

The BaseId property returns a numeric ID for the string template.

Namespace:  Microsoft.Exchange.Data.Common
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property BaseId As Integer
    Get
'Usage
Dim instance As LocalizedString
Dim value As Integer

value = instance.BaseId
public int BaseId { get; }

Property value

Type: System.Int32

See also

Reference

LocalizedString structure

LocalizedString members

Microsoft.Exchange.Data.Common namespace