Property Class

Definition

Represents the service bus property.

[System.Runtime.Serialization.DataContract(Name="Property", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class Property : ICloneable
[<System.Runtime.Serialization.DataContract(Name="Property", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type Property = class
    interface ICloneable
Public Class Property
Implements ICloneable
Inheritance
Property
Attributes
Implements

Constructors

Property()

Fields

Serializer

The serializer associated with the property.

Properties

Created

Gets or sets when the property was created.

Modified

Gets or sets when the property was modified.

Name

Gets or sets the name of the property.

Revision

Gets or sets the version of the property.

Value

Gets or sets the property value.

Methods

Clone()

Creates a copy of this instance.

Applies to