WebApplicationInformation.TrustLevel プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > WebApplicationInformation.TrustLevel プロパティの意味・解説 

WebApplicationInformation.TrustLevel プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

アプリケーション信頼レベル取得します

名前空間: System.Web.Management
アセンブリ: System.Web (system.web.dll 内)
構文構文

Dim instance As WebApplicationInformation
Dim value As String

value = instance.TrustLevel
public string TrustLevel { get;
 }
public:
property String^ TrustLevel {
    String^ get ();
}
/** @property */
public String get_TrustLevel ()

プロパティ
アプリケーション信頼レベル

解説解説
使用例使用例

アプリケーション信頼レベル情報取得方法次のコード例示します

Public Function GetApplicationTrustLevel()
 As String
    ' Get the name of the application trust level.
    Return String.Format( _
    "Application trust level: {0}", _
    ApplicationInformation.TrustLevel())
End Function 'GetApplicationTrustLevel

public string GetApplicationTrustLevel()
{
    // Get the name of the application trust level.
    return (string.Format(
        "Application trust level: {0}",
        ApplicationInformation.TrustLevel));
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WebApplicationInformation クラス
WebApplicationInformation メンバ
System.Web.Management 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からWebApplicationInformation.TrustLevel プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からWebApplicationInformation.TrustLevel プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からWebApplicationInformation.TrustLevel プロパティを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

WebApplicationInformation.TrustLevel プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



WebApplicationInformation.TrustLevel プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS