EncryptedSharedFolderDataType.Data Property

Definition

The Data property gets or sets the encrypted data that is being shared.

public:
 property System::Xml::XmlElement ^ Data { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement Data { get; set; }
Public Property Data As XmlElement

Property Value

The value of the Data property is the encrypted data that is being shared.

Applies to