Visual Basic (Declaration) | |
---|---|
Public Sub AddCustomProperty( _ ByVal propertyName As String, _ ByVal value As Object _ ) |
C# | |
---|---|
public void AddCustomProperty( string propertyName, object value ) |
Parameters
- propertyName
- Name of the property.
- value
- The value.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7