Gets or sets the physical image path.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ReferencedFile As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReferencedImages
Dim value As String
instance.ReferencedFile = value
value = instance.ReferencedFile |
C# | |
---|
public string ReferencedFile {get; set;} |
Property Value
A
System.String representing the physical image path.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also