Skip to content

P_QRCoder_Core_Extensions_StringValueAttribute_StringValue

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

StringValue Property

Holds the alue in an enum

Definition

Namespace: QRCoder.Core.Extensions
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public string StringValue { get; protected set; }

C++

public:
property String^ StringValue {
	String^ get ();
	protected: void set (String^ value);
}

Property Value

String

See Also

Reference

StringValueAttribute Class
QRCoder.Core.Extensions Namespace

Clone this wiki locally