11 references to GetDictionaryValue
Microsoft.NET.Sdk.Publish.Tasks (11)
MsDeploy\VsMSDeployObject.cs (11)
400
get { return
GetDictionaryValue
("computerName"); }
405
get { return
GetDictionaryValue
("userName"); }
411
get { return
GetDictionaryValue
("password"); }
420
string? value =
GetDictionaryValue
("wmsvc");
435
string? authType =
GetDictionaryValue
("authType");
451
get { return
GetDictionaryValue
("encryptPassword"); }
456
get { return Convert.ToBoolean(
GetDictionaryValue
("includeAcls"), System.Globalization.CultureInfo.InvariantCulture); }
462
get { return Convert.ToBoolean(
GetDictionaryValue
("prefetchPayload"), System.Globalization.CultureInfo.InvariantCulture); }
468
get { return
GetDictionaryValue
("WebServerAppHostConfigDirectory"); }
474
get { return
GetDictionaryValue
("WebServerDirectory"); }
480
get { return
GetDictionaryValue
("WebServerManifest"); }