PipelinePropertyAttribute Class

 

Updated: March 20, 2013

Represents a property which can be configured in a pipeline

Namespace:   Microsoft.BizTalk.Services
Assembly:  Microsoft.BizTalk.Services (in Microsoft.BizTalk.Services.dll)

System::Object
  System::Attribute
    Microsoft.BizTalk.Services::PipelinePropertyAttribute

[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false, 
	Inherited = false)]
public ref class PipelinePropertyAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodPipelinePropertyAttribute()

Initializes a new instance of the PipelinePropertyAttribute class.

NameDescription
System_CAPS_pubpropertyName

Gets or sets the name of the Pipeline Property, as it appears in the configuration

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: