Property Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET