EncryptedSharedFolderDataType.Token Property
The Token property gets or sets the encrypted identification token that corresponds to the data that is being shared.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Token As XmlElement
Get
Set
'Usage
Dim instance As EncryptedSharedFolderDataType
Dim value As XmlElement
value = instance.Token
instance.Token = value
public XmlElement Token { get; set; }
Property Value
Type: System.Xml.XmlElement
The value of the Token property is an encrypted identification token.
See Also