LiveDnsCore.IsDomainEmpty Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://livednscore.Live.com/IsDomainEmpty", RequestNamespace := "https://livednscore.Live.com/", _
ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function IsDomainEmpty ( _
domainName As String _
) As Boolean
[SoapDocumentMethodAttribute("https://livednscore.Live.com/IsDomainEmpty", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public bool IsDomainEmpty(
string domainName
)
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/IsDomainEmpty", RequestNamespace = L"https://livednscore.Live.com/",
ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
bool IsDomainEmpty(
String^ domainName
)
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/IsDomainEmpty", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member IsDomainEmpty :
domainName:string -> bool
public function IsDomainEmpty(
domainName : String
) : boolean
Parameters
- domainName
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.