EncryptedSharedFolderDataType.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.