Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the CustomAvailabilityState objects set by an administrator for publishing custom activity.
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
- localeId
Type: System.Int32
Return Value
Type: System.Collections.Generic.IList<CustomAvailabilityState>