Member.TransactionAnnotation Property
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.
Specifies the annotation applicable to this member's transaction during creation.
public:
property System::String ^ TransactionAnnotation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public string TransactionAnnotation { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.TransactionAnnotation : string with get, set
Public Property TransactionAnnotation As String
Property Value
The annotation applicable to this member's transaction during creation.
- Attributes