7 lines
No EOL
199 B
C#
7 lines
No EOL
199 B
C#
namespace WebsitePanel.WebDavPortal.Constants
|
|
{
|
|
public static class DirectoryEntryPropertyNameConstants
|
|
{
|
|
public const string DistinguishedName = "distinguishedName";
|
|
}
|
|
} |