2010
02.01

TDWTF submission-to-be

public string MountedPath
{
    get
    {
        return (m_MountedPath != null) ? m_MountedPath : null;
    }
}

from http://msdn.microsoft.com/en-us/library/dd834960.aspx

Comments are closed.