WorkflowTransitionAttributeCapture.attribute Property
<DataMember()> _
Public Property attribute() As AttributeInfo
This language is not supported or no code example is available.
[DataMember()]
public AttributeInfo attribute {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property AttributeInfo^ attribute {
AttributeInfo^ get( );
void set(
AttributeInfo^ value
);
}
This language is not supported or no code example is available.
public
DataMember()
function get attribute() : AttributeInfo;
public
DataMember()
function set attribute(value : AttributeInfo);
This language is not supported or no code example is available.