EncryptedSharedFolderDataType.Token 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 Token property gets or sets the encrypted identification token that corresponds to the data that is being shared.
public:
property System::Xml::XmlElement ^ Token { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement Token { get; set; }
Public Property Token As XmlElement
Property Value
The value of the Token property is an encrypted identification token.