| conaito Powerlight SDK 1.2 |
|
XmlAlbum.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
XmlAlbum Class | Conaito.PowerLight.XmlPlayer Namespace