FundName Property
Namespace: Ignition.Commerce.Products.FundraisingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("prd_name")]
public string Name { get; protected set; }
<NetForumFieldAttribute("prd_name")>
Public Property Name As String
Get
Protected Set
public:
[NetForumFieldAttribute(L"prd_name")]
property String^ Name {
String^ get ();
protected: void set (String^ value);
}
[<NetForumFieldAttribute("prd_name")>]
member Name : string with get, set
Property Value
String