IncludeIncludeName Property |
Gets or sets the target name of an include control on a master or template.
Namespace: ConnectedApps.Cms.Entities.IncludesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string IncludeName { get; set; }
Public Property IncludeName As String
Get
Set
public:
property String^ IncludeName {
String^ get ();
void set (String^ value);
}
member IncludeName : string with get, set
Property Value
Type:
String
See Also