| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ConfigurationLocation Dim value As String instance.FilePath = value value = instance.FilePath | |
| C# | |
|---|---|
[DataMemberAttribute(Order=0, IsRequired=true)] public string FilePath {get; set;} | |
Property Value
The file path.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x