ObjectPropertyPair Constructor

Initializes a new instance of the ObjectPropertyPair class.

Syntax

  public ObjectPropertyPair(
  object  
  obj
  , 
  string  property
);

Parameters

obj

System.Object.  An object reference.

property

System.String.  A property name.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also