Compartilhar via


XrML.AttributeNames.LicenseId Field

Specifies the name of the LicenseId attribute. This field is constant.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim returnValue As String
returnValue = XrML.AttributeNames.LicenseId

Syntax

'Declaration
Public Const LicenseId As String
public const string LicenseId;
public:
literal String^ LicenseId;
public static final System.String LicenseId;
public var LicenseId : String;

Remarks

When you serialize the LicenseId attribute into an XML representation, use the XML namespace and namespace prefix defined in the XrML class.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XrML.AttributeNames Class
XrML.AttributeNames Members
Microsoft.Web.Services3.Security Namespace