AssemblyReference.StrongName 屬性
取得組件的強式名稱 (Strong Name)。
命名空間: VsWebSite
組件: VsWebSite.Interop (在 VsWebSite.Interop.dll 中)
語法
'宣告
ReadOnly Property StrongName As String
Get
string StrongName { get; }
property String^ StrongName {
String^ get ();
}
abstract StrongName : string
function get StrongName () : String
屬性值
型別:System.String
字串,其中包含組件的強式名稱。
備註
組件的強式名稱包括組件名稱、地區設定 (Locale)、版本和索引鍵。 這個屬性無法搭配非強式名稱的組件使用。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。