FramingRecord.Id Property

Gets the id of the framed record.

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

Usage

'Usage
Dim framingRecord1 As FramingRecord

Dim returnValue As String
returnValue = framingRecord1.Id

Syntax

'Declaration
Public ReadOnly Property Id() As String
public string Id {get;}
public:
property String^ Id {
    String^ get();
}
public System.String get_Id();
public function get Id() : String;

Property Value

A Uri that uniquely identifies the record.

Remarks

If the Id is to be used as Unicode, the user should do the encoding, passing an escaped form to the NewRecord method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

FramingRecord Class
FramingRecord Members
Microsoft.Web.Services3.Messaging.Framing Namespace