Κοινή χρήση μέσω


NonEmptyArrayOfPropertyValuesType.Items Property

The Items property gets or sets an array of string elements that contain the values that are represented by this instance of the NonEmptyArrayOfPropertyValuesType class.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Items As String()
    Get
    Set
'Usage
Dim instance As NonEmptyArrayOfPropertyValuesType
Dim value As String()

value = instance.Items

instance.Items = value
public string[] Items { get; set; }

Property Value

Type: []
The Items property returns an array of string elements that contain the values that are represented by this instance of the NonEmptyArrayOfPropertyValuesType class.