StreamLogStreamIntegrationLogs Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic List<StreamIntegrationLog> StreamIntegrationLogs { get; }Public ReadOnly Property StreamIntegrationLogs As List(Of StreamIntegrationLog)
Get
public:
property List<StreamIntegrationLog^>^ StreamIntegrationLogs {
List<StreamIntegrationLog^>^ get ();
}member StreamIntegrationLogs : List<StreamIntegrationLog> with get
Property Value
Type:
ListStreamIntegrationLog
See Also