ArcFM Responder Mobile Developer Guide
GetBrandedString Method






This method retrieves a branded string. Only use this method to retrieve a string that is branded in the resource file (e.g., %A).
Overload List
OverloadDescription
GetBrandedString(String)  
GetBrandedString(String,Object[])  
Example
Visual Basic Copy Code
String = "A% Feeder Manager"
 
C# Copy Code
command.Caption = res .GetBrandedString("Foo.BarCaption");
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resourcer Class
Resourcer Members

Send Feedback