Share via


StreamInfo.GetProperty Method

Retrieves a property from this stream.

This may be any property in the underlying stream that Windows Media Center has tagged .

Syntax

  public object GetProperty(
  string  requestProperty
);

Parameters

requestProperty

System.String. The name of the property to retrieve.

Return Value

System.Object. An object that contains the value of the property.

Requirements

Reference: Microsoft.MediaCenter.ITVVM

Namespace: Microsoft.MediaCenter.TVVM

Assembly: Microsoft.MediaCenter.ITVVM.dll

Platform: Windows 7

See Also