public Attribute this[
DerObjectIdentifier oid
] { get; }
Public ReadOnly Default Property Item (
oid As DerObjectIdentifier
) As Attribute
Get
public:
property Attribute^ default[DerObjectIdentifier^ oid] {
Attribute^ get (DerObjectIdentifier^ oid);
}
function get_Item(oid);