'Declaration
Public Shared Sub SetStream( _ ByVal obj As DependencyObject, _ ByVal value() As Byte _ )
public static void SetStream( DependencyObject obj, byte[] value )
Parameters
- obj
- The object to which the property value is written.
- value
- The Stream value of the specified object.