Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal attributeName As String, _ ByVal parameterName As String, _ ByVal value As String _ ) |
C# | |
---|---|
public AttributeParameter( string attributeName, string parameterName, string value ) |
Parameters
- attributeName
- Name of the attribute.
- parameterName
- Name of the parameter.
- value
- The value.
Target Platforms:Windows Phone 7