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

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

PolicyLevel.Type プロパティ

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

ポリシー レベル種類取得します

名前空間: System.Security.Policy
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<ComVisibleAttribute(False)> _
Public ReadOnly Property
 Type As PolicyLevelType
Dim instance As PolicyLevel
Dim value As PolicyLevelType

value = instance.Type
[ComVisibleAttribute(false)] 
public PolicyLevelType Type { get; }
[ComVisibleAttribute(false)] 
public:
property PolicyLevelType Type {
    PolicyLevelType get ();
}
/** @property */
public PolicyLevelType get_Type ()
public function get Type
 () : PolicyLevelType

プロパティ
PolicyLevelType 値の 1 つ

解説解説
使用例使用例

ポリシー レベルType プロパティの値を表示する方法次のコード例示します。このコード例は、PolicyLevel クラストピック取り上げているコード例一部分です。

Console.WriteLine(ControlChars.Lf + "Type property = "
 + pLevel.Type.ToString())
Console.WriteLine("\nType property = " + pLevel.Type.ToString());
Console::WriteLine( "\nType property = {0}", pLevel->Type );
Console.WriteLine(("\nType property = " 
    + pLevel.get_Type().ToString()));
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PolicyLevel クラス
PolicyLevel メンバ
System.Security.Policy 名前空間
PolicyLevelType 列挙



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS