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