Sdílet prostřednictvím


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