LiveDnsCore.IsDomainEmpty Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://livednscore.Live.com/IsDomainEmpty", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function IsDomainEmpty ( _
domainName As String _
) As Boolean
[SoapDocumentMethodAttribute("http://livednscore.Live.com/IsDomainEmpty", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public bool IsDomainEmpty(
string domainName
)
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/IsDomainEmpty", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
bool IsDomainEmpty(
String^ domainName
)
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/IsDomainEmpty", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://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
.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.