NamedScopedSecurityConfigurationCollection.Item プロパティ (Type)

コレクション内の項目を取得します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    type As Type _
) As ScopeSecurityConfiguration 
    Get
'使用
Dim instance As NamedScopedSecurityConfigurationCollection 
Dim type As Type 
Dim value As ScopeSecurityConfiguration 

value = instance(type)
public ScopeSecurityConfiguration this[
    Type type
] { get; }
public:
property ScopeSecurityConfiguration^ default[Type^ type] {
    ScopeSecurityConfiguration^ get (Type^ type);
}
member Item : ScopeSecurityConfiguration
JScript では、インデックス付きのプロパティは使用できますが、新規に宣言することはできません。

パラメーター

  • type
    型: System.Type
    コレクション内の項目の型。

プロパティ値

型: Microsoft.Workflow.Client.Security.ScopeSecurityConfiguration
コレクション内の項目。

関連項目

参照

NamedScopedSecurityConfigurationCollection クラス

Item オーバーロード

Microsoft.Workflow.Client 名前空間