3 writes to _scriptPath
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
225
return _owningPrincipal.HandleGet<string>(ref
_scriptPath
, PropertyNames.AcctInfoScriptPath, ref _scriptPathChanged);
233
_owningPrincipal.HandleSet<string>(ref
_scriptPath
, value, ref _scriptPathChanged,
352
_scriptPath
= (string)value;
1 reference to _scriptPath
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
439
return
_scriptPath
;