SharingResourceType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the application sharing resource type
public enum class SharingResourceType
C#
public enum SharingResourceType
type SharingResourceType =
Public Enum SharingResourceType
- Inheritance
-
SharingResourceType
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Desktop | 0 | Desktop resource. |
Monitor | 1 | Monitor resources. |
Process | 2 | Process resources. |
Window | 3 | Window resources. |
Other | 4 | Other sharing resource. |
Product | Versions |
---|---|
Lync client | latest |