Self.GetPublishableCustomAvailabilityStates method

Returns the array of CustomAvailabilityState objects based on the optional locale id.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function GetPublishableCustomAvailabilityStates ( _
    localeId As Integer _
) As IList(Of CustomAvailabilityState)
'Usage
Dim instance As Self
Dim localeId As Integer
Dim returnValue As IList(Of CustomAvailabilityState)

returnValue = instance.GetPublishableCustomAvailabilityStates(localeId)
public IList<CustomAvailabilityState> GetPublishableCustomAvailabilityStates(
    int localeId
)

Parameters

Return value

Type: System.Collections.Generic.IList<CustomAvailabilityState>
IEnumerable{System.Object}

See also

Reference

Self class

Self members

Microsoft.Lync.Model namespace