다음을 통해 공유


IFsrmFileScreenException.Path Property

 

Retrieves the path that is associated with this file screen exception.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string Path { get; }
property String^ Path {
    String^ get();
}
abstract Path : string with get
ReadOnly Property Path As String

Property Value

Type: System.String

A String containing the path that is associated with the file screen exception. The path is set when you create the exception.

Remarks

Note that if the path is renamed, the exception becomes associated with the new path. If the path is deleted, the exception is deleted.

See Also

IFsrmFileScreenException Interface
Microsoft.Storage Namespace

Return to top