StreamLogStreamIntegrationLogs Property
|
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
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