DdaCollection.Item Property
Gets the DdaBindings with the specified prefix.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As DdaCollection
Dim prefix As String
Dim value As DdaBindings
value = instance(prefix)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
prefix As String _
) As DdaBindings
public DdaBindings this [
string prefix
] { get; }
public:
property DdaBindings^ default [String^] {
DdaBindings^ get (String^ prefix);
}
/** @property */
public DdaBindings get_Item (String prefix)
Property Value
The DdaBindings.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DdaCollection Class
DdaCollection Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.