(Read only) Gets the image storage location configured for the application running the
StoreAddIn.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property ImagesStoreLocation As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As StoreAddIn
Dim value As String
value = instance.ImagesStoreLocation
|
| C# | |
|---|
public string ImagesStoreLocation {get;} |
| C++/CLI | |
|---|
public:
property String^ ImagesStoreLocation {
String^ get();
} |
Return Value
The image storage location configured for the application running the
StoreAddIn.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also