FormattableStringArguments Property
Gets or sets the objects to format.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Object[] Arguments { get; set; }
Public Property Arguments As Object()
Get
Set
Dim instance As FormattableString
Dim value As Object()
value = instance.Arguments
instance.Arguments = value
public:
property array<Object^>^ Arguments {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
member Arguments : Object[] with get, set
No code example is currently available or this language may not be supported.
Property Value
Object
The objects to format.