UserProperty.Formula Property

Definition

Returns or sets a String (string in C#) representing the formula for the user property. Read/write.

public:
 property System::String ^ Formula { System::String ^ get(); void set(System::String ^ value); };
public string Formula { get; set; }
Public Property Formula As String

Property Value

Applies to