ApplicationSharingModality.CanShare method (SharingResourceType)
Finds if the given resource type can be shared
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function CanShare ( _
type As SharingResourceType _
) As Boolean
'Usage
Dim instance As ApplicationSharingModality
Dim type As SharingResourceType
Dim returnValue As Boolean
returnValue = instance.CanShare(type)
public bool CanShare(
SharingResourceType type
)
Parameters
Return value
Type: System.Boolean
See also
Reference
ApplicationSharingModality class