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.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub UpdatePublishedData ( _
description As String, _
presentityType As String _
)
'Usage
Dim instance As ApplicationEndpointPresenceServices
Dim description As String
Dim presentityType As String
instance.UpdatePublishedData(description, _
presentityType)
public void UpdatePublishedData(
string description,
string presentityType
)
Parameters
- description
Type: System.String
- presentityType
Type: System.String
See Also
Reference
ApplicationEndpointPresenceServices Class