ZennoLab Assemblies Documentation
UserAgentProductSub Property
Example 
Gets or sets the product sub.
Syntax
string UserAgentProductSub {get; set;}

Property Value

Type: System.String

The product sub.

Example
The following example uses property UserAgentProductSub of profile.
// get product sub
string product = project.Profile.UserAgentProductSub;
 
// set product sub
project.Profile.UserAgentProductSub = "20030107";
// get product sub
$product = $project->Profile->UserAgentProductSub;
 
// set product sub
$project->Profile->UserAgentProductSub = "20030107";
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback