Transmission.ContentHash 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.
Gets content hash, which should be unique per content. For perf reason it is calculated only when requested for the first time.
public:
property System::String ^ ContentHash { System::String ^ get(); };
public string ContentHash { get; }
member this.ContentHash : string
Public ReadOnly Property ContentHash As String