GetParameter Method (IAttribute)
Gets the specified parameter on this attribute.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetParameter( _
ByVal NameIn As String _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IAttribute
Dim NameIn As String
Dim value As Object
value = instance.GetParameter(NameIn)
|
C# | |
---|
object GetParameter(
string NameIn
) |
C++/CLI | |
---|
Object^ GetParameter(
& String^ NameIn
) |
Parameters
- NameIn
- Name of the parameter
Return Value
Object for the parameter
Example
See Also