PathToExtendedFieldType.PropertyName Property

The PropertyName property gets or sets an extended property by its name.

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

Syntax

'Declaration
Public Property PropertyName As String
    Get
    Set
'Usage
Dim instance As PathToExtendedFieldType
Dim value As String

value = instance.PropertyName

instance.PropertyName = value
public string PropertyName { get; set; }

Property Value

Type: System.String
The PropertyName property returns a string that represents an extended property by name.

Remarks

This property must be coupled with either the DistinguishedPropertySetId or PropertySetId property.

If this attribute is used, the PropertyId and PropertyTag properties cannot be used.