Library.Hash 属性

定义

获取包的哈希(如果此库是包)。

public:
 property System::String ^ Hash { System::String ^ get(); };
public string? Hash { get; }
member this.Hash : string
Public ReadOnly Property Hash As String

属性值

如果此库是包,则为包的哈希。

适用于