conaito Powerlight SDK 1.2

XmlSlide.Title Property

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="title", Namespace:="null", Form:=XmlSchemaForm.None)> _
Public Property Title() As String
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
[XmlAttribute(Type=null, AttributeName="title", Namespace="null", Form=XmlSchemaForm.None)]
public string Title { public get; public set; }

See Also

XmlSlide Class | Conaito.PowerLight.XmlPlayer Namespace