BroadcastDirectiveGeneratedFromMachineName Property |
Machine name of the server that created the broadcast task.
- This is used to ensure it is not processed twice by the generating machine.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string GeneratedFromMachineName { get; set; }
Public Property GeneratedFromMachineName As String
Get
Set
public:
property String^ GeneratedFromMachineName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also