PhotoActionEntity.FullPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full path to the photo image file.
public:
property Platform::String ^ FullPath { Platform::String ^ get(); };
winrt::hstring FullPath();
public string FullPath { get; }
var string = photoActionEntity.fullPath;
Public ReadOnly Property FullPath As String
Property Value
The full path to the photo image file.